Change logic around to be clearer

Think this is a clearer expression of what the intent it.
This commit is contained in:
Chris Hill-Scott
2020-05-07 09:50:03 +01:00
parent f30187b529
commit 8655e519aa
2 changed files with 4 additions and 4 deletions

View File

@@ -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>