changeset 2516:8ee72933405f beta

removed top pagination from notifications as it's breaking the UI
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 26 Jun 2012 22:23:41 +0200
parents 623e1d68a2e0
children fa88997aa421
files rhodecode/templates/admin/notifications/notifications_data.html
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/admin/notifications/notifications_data.html	Tue Jun 26 22:20:08 2012 +0200
+++ b/rhodecode/templates/admin/notifications/notifications_data.html	Tue Jun 26 22:23:41 2012 +0200
@@ -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: