From 8477238ecf99c676f0542e92bef663c7697c98a1 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 8 Mar 2015 09:15:15 -0400 Subject: [PATCH] Use foundation classes for navigation links. --- xonstat/templates/navlinks.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xonstat/templates/navlinks.mako b/xonstat/templates/navlinks.mako index 112e521..7c35c9c 100644 --- a/xonstat/templates/navlinks.mako +++ b/xonstat/templates/navlinks.mako @@ -12,7 +12,7 @@ if 'search_query' in kwargs.keys(): % if not (curr == last and curr == 1):
-
+
    % if curr != 1: <% kwargs['_query']['page'] = curr-1 %> @@ -66,7 +66,7 @@ if 'search_query' in kwargs.keys(): <%def name="link_page(view, page_num, curr_page, **kwargs)"> % if page_num == curr_page: -
  • ${page_num}
  • +
  • ${page_num}
  • % else: <% kwargs['_query']['page'] = page_num %>
  • ${page_num}
  • -- 2.39.2