Changeset - 8ee72933405f
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-06-26 22:23:41
marcin@python-works.com
removed top pagination from notifications as it's breaking the UI
1 file changed with 1 insertions and 5 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/notifications/notifications_data.html
Show inline comments
 
@@ -3,11 +3,7 @@
 
<%
 
unread = lambda n:{False:'unread'}.get(n)
 
%>
 
<div class="notification-paginator">
 
  <div class="pagination-wh pagination-left">
 
  ${c.notifications.pager('$link_previous ~2~ $link_next')}
 
  </div>
 
</div>
 

	
 

	
 
<div class="notification-list  notification-table">
 
%for notification in c.notifications:
0 comments (0 inline, 0 general)