##// END OF EJS Templates
removed top pagination from notifications as it's breaking the UI
marcink -
r2516:8ee72933 beta
parent child Browse files
Show More
@@ -3,11 +3,7 b''
3 3 <%
4 4 unread = lambda n:{False:'unread'}.get(n)
5 5 %>
6 <div class="notification-paginator">
7 <div class="pagination-wh pagination-left">
8 ${c.notifications.pager('$link_previous ~2~ $link_next')}
9 </div>
10 </div>
6
11 7
12 8 <div class="notification-list notification-table">
13 9 %for notification in c.notifications:
General Comments 0
You need to be logged in to leave comments. Login now