From: Stephen Finucane Date: Wed, 30 Mar 2016 18:03:53 +0000 (+0100) Subject: ui: Add user bundle link into the dropdown menu X-Git-Tag: v2.0.0-rc1~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e957b829e44147588a57d9dc8b0ccf24a9da8c36;p=thirdparty%2Fpatchwork.git ui: Add user bundle link into the dropdown menu Since the link to TODOs (reviews pending) can already be seen there, it makes sense to link to bundles also. A divider is added to logically group these elements. Signed-off-by: Stephen Finucane --- diff --git a/templates/base.html b/templates/base.html index af0c1245..3c9fc7d2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -76,6 +76,12 @@ {{ user.profile.n_todo_patches }} +
  • + + Bundles + +
  • + {% if user.is_staff %}
  • Administration
  • {% endif %}