]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
ui: Add user bundle link into the dropdown menu
authorStephen Finucane <stephen.finucane@intel.com>
Wed, 30 Mar 2016 18:03:53 +0000 (19:03 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Fri, 1 Apr 2016 12:20:01 +0000 (13:20 +0100)
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>
templates/base.html

index af0c124577afcc2e673553831cdba0e01034943f..3c9fc7d2c4d5ddad694c9040a16ea9c5e4ba9544 100644 (file)
              <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 %}