mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Fix truncation message for large file
We do show the initial rows now.
This commit is contained in:
@@ -190,7 +190,7 @@
|
|||||||
|
|
||||||
{% if recipients.too_many_rows %}
|
{% if recipients.too_many_rows %}
|
||||||
<p class="table-show-more-link">
|
<p class="table-show-more-link">
|
||||||
Can’t show the contents of this file
|
Only showing the first {{ count_of_displayed_recipients }} rows
|
||||||
</p>
|
</p>
|
||||||
{% elif count_of_displayed_recipients < count_of_recipients %}
|
{% elif count_of_displayed_recipients < count_of_recipients %}
|
||||||
<p class="table-show-more-link">
|
<p class="table-show-more-link">
|
||||||
|
|||||||
Reference in New Issue
Block a user