mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Merge pull request #1113 from alphagov/commas-in-failures
Add comma-separation to counts of failed messages
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
) }}
|
) }}
|
||||||
{% if counts.requested %}
|
{% if counts.requested %}
|
||||||
<span class="{{ 'failure-highlight' if counts.show_warning else '' }}">
|
<span class="{{ 'failure-highlight' if counts.show_warning else '' }}">
|
||||||
{{ counts.failed }} failed
|
{{ "{:,}".format(counts.failed) }} failed
|
||||||
</span>
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
–
|
–
|
||||||
|
|||||||
Reference in New Issue
Block a user