From 228006ea5de5a9f9a60a4f5176620428e551c55b Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Tue, 26 Jan 2016 18:22:39 +0100 Subject: ressucitating old js --- src/web/templates/layout.html | 50 +++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 28 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 02eb3473..4b9f1a4c 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -55,11 +55,6 @@ - {% if page_to_render == "favorites" %} -
  • {{ _('Home') }}
  • - {% else %} -
  • {{ _('Favorites') }}
  • - {% endif %} {% if conf.CRAWLING_METHOD == "classic" and (not conf.ON_HEROKU or g.user.is_admin()) %}
  • {{ _('Fetch') }}
  • {% endif %} @@ -92,29 +87,6 @@
  • {{ _('Logout') }}
  • - - {% else %}
  •  {{ _('About') }}
  • {% endif %} @@ -140,5 +112,27 @@ {% block content %}{% endblock %} + + + + + + + + -- cgit