Add a message if there are more than 50 rows

Similar to how we do it on the check page, we should indicate if there
are more results than we can show. No-one’s really complained about the
absence of this, but it can’t hurt.
This commit is contained in:
Chris Hill-Scott
2016-08-02 10:34:27 +01:00
parent 9e6111fd00
commit d0ef913520
3 changed files with 11 additions and 2 deletions

View File

@@ -50,6 +50,12 @@
{% endcall %}
{% endcall %}
{% if more_than_one_page %}
<p class="table-show-more-link">
Only showing the first 50 rows
</p>
{% endif %}
{% if notifications %}
</div>
{% endif %}