add pagination to inbox page

This commit is contained in:
chrisw
2018-03-21 15:08:03 +00:00
parent bf58a4347b
commit f5c467e4ff
7 changed files with 90 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
{% 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">
@@ -39,4 +40,7 @@
from {{ count_of_users }} user{{ '' if 1 == count_of_users else 's' }}
</p>
{% endif %}
{{ previous_next_navigation(prev_page, next_page) }}
</div>