##// 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 unread = lambda n:{False:'unread'}.get(n)
4 unread = lambda n:{False:'unread'}.get(n)
5 %>
5 %>
6 <div class="notification-paginator">
6
7 <div class="pagination-wh pagination-left">
8 ${c.notifications.pager('$link_previous ~2~ $link_next')}
9 </div>
10 </div>
11
7
12 <div class="notification-list notification-table">
8 <div class="notification-list notification-table">
13 %for notification in c.notifications:
9 %for notification in c.notifications:
General Comments 0
You need to be logged in to leave comments. Login now