[PATCH 8/9] ui: Add user bundle link into the dropdown menu

Stephen Finucane stephen.finucane at intel.com
Thu Mar 31 08:04:33 AEDT 2016


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 at intel.com>
---
 templates/base.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/templates/base.html b/templates/base.html
index ac4ef0c..50eda0c 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 %}
-- 
2.0.0



More information about the Patchwork mailing list