From 23d97e0e176e87739be7ff83bab53ffd36d077a2 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 23 Jan 2016 10:51:36 -0500 Subject: [PATCH] Fix the navigation icons. Fixes #161. For some reason the navigation links were still using the old "glyphicon" font classes. This meant that the actual "previous" and "next" page links weren't actually visible, leading to some navigation issues. Changing them to the font-awesome classes makes them visible again! --- 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 7c35c9c..222157c 100644 --- a/xonstat/templates/navlinks.mako +++ b/xonstat/templates/navlinks.mako @@ -16,7 +16,7 @@ if 'search_query' in kwargs.keys(): -- 2.39.2