mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 01:23:11 -04:00
Update app/templates/views/dashboard/_inbox.html
Co-Authored-By: Tom Byers <tombaromba@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<div class="ajax-block">
|
<div class="ajax-block">
|
||||||
{% if inbound_sms_summary != None %}
|
{% if inbound_sms_summary != None %}
|
||||||
<a id="total-received" class="banner-dashboard" href="{{ url_for('.inbox', service_id=current_service.id) }}">
|
<a id="total-received" class="govuk-link govuk-link--no-visited-state banner-dashboard" href="{{ url_for('.inbox', service_id=current_service.id) }}">
|
||||||
<span class="banner-dashboard-count">
|
<span class="banner-dashboard-count">
|
||||||
{{ inbound_sms_summary.count|format_thousands }}
|
{{ inbound_sms_summary.count|format_thousands }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user