Revert "add pagination to inbox page"

This commit is contained in:
Chris Waszczuk
2018-04-04 14:18:03 +01:00
committed by GitHub
parent 628d8ac5a8
commit 6153389e01
7 changed files with 32 additions and 90 deletions
@@ -1,5 +1,4 @@
{% from "components/table.html" import list_table, field, hidden_field_heading, right_aligned_field_heading, row_heading %}
{% from "components/previous-next-navigation.html" import previous_next_navigation %}
{% from "components/message-count-label.html" import message_count_label %}
<div class="ajax-block-container">
@@ -40,7 +39,4 @@
from {{ count_of_users }} user{{ '' if 1 == count_of_users else 's' }}
</p>
{% endif %}
{{ previous_next_navigation(prev_page, next_page) }}
</div>