summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-12-21 12:07:02 +0000
committerStephen Finucane <stephen.finucane@intel.com>2016-02-08 19:03:49 +0000
commit5755e6e246d30c0c24f09c52463e4ca23f5f8478 (patch)
treef86dc9222c6e60549b2a440bc5ca1d42e2df2b2c /templates
parent67d10450e5b1f0810f05b1b445e87a1ccbe641ff (diff)
downloadpatchwork-5755e6e246d30c0c24f09c52463e4ca23f5f8478.tar
patchwork-5755e6e246d30c0c24f09c52463e4ca23f5f8478.tar.gz
ui: Make "All Projects" on the main page consistent with the rest
The pages we're on are now represented with a little icon and active. Make the one on the main page look like the rest. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 625da85..2a1dca1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -38,6 +38,7 @@
</span>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
+{% block navbarmenu %}
{% if project %}
<ul class="nav navbar-nav">
<li class="{% block patch_active %}{% endblock %}">
@@ -66,6 +67,7 @@
</li>
</ul>
{% endif %}
+{% endblock %}
<ul class="nav navbar-nav navbar-right">
{% if user.is_authenticated %}
<li class="dropdown">