Files
notifications-admin/app/templates/components/big-number.html
Chris Hill-Scott 2acf599c04 Add big number component…
…and count the messages to display some totals
2016-01-05 13:31:53 +00:00

7 lines
160 B
HTML

{% macro big_number(number, label) %}
<div class="big-number">
{{ number }}
<span class="big-number-label">{{ label }}</span>
</div>
{% endmacro %}