From e76f9aa9cc9dbf56f002facd8aab203a70c3bc76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sun, 11 Apr 2021 17:02:17 +0200 Subject: [PATCH] Put history and settings in a submenu --- ihatemoney/templates/layout.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 98d82677..cae707c2 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -48,8 +48,6 @@ - - {% endblock %} {% endif %} @@ -92,7 +90,10 @@ {{ _("Start a new project") }} - + {% if g.project %} +
  • {{ _("History") }}
  • +
  • {{ _("Settings") }}
  • + {% endif %} {% if session['projects'] and not ((session['projects'] | length) == 1 and g.project and session['projects'][0][0] == g.project.id) %}