mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Remove empty version of show more
We’re not using it now that tables on the dashboard have borders between the rows.
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
{% macro show_more(url=None, label=None, with_border=True) %}
|
{% macro show_more(url, label, with_border=True) %}
|
||||||
{% if url and label %}
|
<a
|
||||||
<a
|
href="{{ url }}"
|
||||||
href="{{ url }}"
|
class="show-more{% if not with_border %}-no-border{% endif %}"
|
||||||
class="show-more{% if not with_border %}-no-border{% endif %}"
|
><span>{{ label }}</span></a>
|
||||||
><span>{{ label }}</span></a>
|
|
||||||
{% else %}
|
|
||||||
<span class="show-more-empty"></span>
|
|
||||||
{% endif %}
|
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|||||||
Reference in New Issue
Block a user