mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 22:48:24 -04:00
Change logic around to be clearer
Think this is a clearer expression of what the intent it.
This commit is contained in:
@@ -33,12 +33,12 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if more_than_can_be_shown %}
|
||||
{% if show_pagination %}
|
||||
{{ previous_next_navigation(prev_page, next_page) }}
|
||||
{% elif next_page %}
|
||||
<p class="table-show-more-link">
|
||||
Only showing the first 50 messages
|
||||
</p>
|
||||
{% else %}
|
||||
{{ previous_next_navigation(prev_page, next_page) }}
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user