# HG changeset patch # User Marcin Kuzminski # Date 2012-06-26 20:23:41 # Node ID 8ee72933405f8f5470534f4ed3fe0bbc5802be04 # Parent 623e1d68a2e0e6088c4edd71c4178cad2c28250c removed top pagination from notifications as it's breaking the UI diff --git a/rhodecode/templates/admin/notifications/notifications_data.html b/rhodecode/templates/admin/notifications/notifications_data.html --- a/rhodecode/templates/admin/notifications/notifications_data.html +++ b/rhodecode/templates/admin/notifications/notifications_data.html @@ -3,11 +3,7 @@ <% unread = lambda n:{False:'unread'}.get(n) %> -
-
- ${c.notifications.pager('$link_previous ~2~ $link_next')} -
-
+
%for notification in c.notifications: