mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-13 13:51:22 -04:00
Remove ‘show more’ from big number pattern
This isn’t used anywhere.
This commit is contained in:
@@ -31,9 +31,7 @@
|
||||
failure_percentage,
|
||||
danger_zone=False,
|
||||
failure_link=None,
|
||||
link=None,
|
||||
show_more_link=None,
|
||||
show_more_text=''
|
||||
link=None
|
||||
) %}
|
||||
<div class="big-number-with-status">
|
||||
{{ big_number(number, label, link=link) }}
|
||||
@@ -51,7 +49,4 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% if show_more_link and show_more_text %}
|
||||
<a href="{{ show_more_link }}" class="big-number-with-status-show-more-link">{{ show_more_text }}</a>
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user