mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05: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 %}
|
||||
<span class="{{ 'failure-highlight' if counts.show_warning else '' }}">
|
||||
{{ counts.failed }} failed
|
||||
{{ "{:,}".format(counts.failed) }} failed
|
||||
</span>
|
||||
{% else %}
|
||||
–
|
||||
|
||||
Reference in New Issue
Block a user