Update app/templates/views/dashboard/_inbox.html

Co-Authored-By: Tom Byers <tombaromba@gmail.com>
This commit is contained in:
Chris Hill-Scott
2020-02-18 11:07:40 +00:00
committed by GitHub
parent cd262559cc
commit 98fba0e451

View File

@@ -3,7 +3,7 @@
<div class="ajax-block">
{% 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">
{{ inbound_sms_summary.count|format_thousands }}
</span>