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 <[email protected]>
---
 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

_______________________________________________
Patchwork mailing list
[email protected]
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to