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