From 5b7db9398abaacea241d9fcce7885457c562d7fa Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sun, 11 Oct 2015 12:18:07 +0200 Subject: a bit of cleaning, putting code where it belongs --- src/web/templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/templates/layout.html') diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 15cf3e97..cf2498e2 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -71,8 +71,8 @@
  • {{ gettext('Mark all as read older than %(days)s days', days=5) }}
  • {{ gettext('Mark all as read older than %(days)s days', days=10) }}
  • -
  • {{ _('Inactive') }}
  • -
  • {{ _('History') }}
  • +
  • {{ _('Inactive') }}
  • +
  • {{ _('History') }}
  • {{ _('All') }}
  • -- cgit From 5f66e6465d3822b150898de2a7fb8df39ed7fdc6 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sun, 11 Oct 2015 23:34:33 +0200 Subject: removing misplaced stuffs from views, more controllers use --- src/web/templates/layout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/web/templates/layout.html') diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index cf2498e2..eb213ca5 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -81,12 +81,12 @@
     
    - {% 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 From c3d6c25e52e37d772286f293f94a5dd7e1059529 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Wed, 27 Jan 2016 17:14:23 +0100 Subject: redoing UI and finishing up sidebar --- src/web/templates/layout.html | 1 - 1 file changed, 1 deletion(-) (limited to 'src/web/templates/layout.html') diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 4b9f1a4c..ac943d54 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -12,7 +12,6 @@ - {% endblock %} -- cgit From 5949bd6787f2a7fa910dea6036df0315e119b457 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sun, 31 Jan 2016 18:02:52 +0100 Subject: modal from nav --- src/web/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/templates/layout.html') diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index ac943d54..feb370e3 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -15,7 +15,7 @@ {% endblock %} -