Added letters info to service / admin dashboard & activity page

This commit is contained in:
chrisw
2017-10-02 12:34:10 +01:00
parent 7b12b7e03d
commit 43395bc9d9
18 changed files with 253 additions and 67 deletions

View File

@@ -32,10 +32,12 @@
danger_zone=False,
failure_link=None,
link=None,
show_failures=True
show_failures=True,
smaller=False,
smallest=False
) %}
<div class="big-number-with-status">
{{ big_number(number, label, link=link) }}
{{ big_number(number, label, link=link, smaller=smaller, smallest=smallest) }}
{% if show_failures %}
<div class="big-number-status{% if danger_zone %}-failing{% endif %}">
{% if failures %}