diff options
author | Stephen Finucane <stephen.finucane@intel.com> | 2016-03-30 19:03:53 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2016-04-01 13:20:01 +0100 |
commit | e957b829e44147588a57d9dc8b0ccf24a9da8c36 (patch) | |
tree | 22ebce92f9dd6893c6007e38d63bf0cc1836aace /templates | |
parent | 7f42c606e03cf5108bef122972239f1080f9257f (diff) | |
download | patchwork-e957b829e44147588a57d9dc8b0ccf24a9da8c36.tar patchwork-e957b829e44147588a57d9dc8b0ccf24a9da8c36.tar.gz |
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 <stephen.finucane@intel.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index af0c124..3c9fc7d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -76,6 +76,12 @@ <span class="badge">{{ user.profile.n_todo_patches }}</span> </a> </li> + <li> + <a href="{% url 'user-bundles' %}"> + Bundles + </a> + </li> + <li role="separator" class="divider"></li> {% if user.is_staff %} <li><a href="{% url 'admin:index' %}">Administration</a></li> {% endif %} |