From: Damien Lespiau Date: Mon, 21 Dec 2015 12:07:02 +0000 (+0000) Subject: ui: Make "All Projects" on the main page consistent with the rest X-Git-Tag: v1.1.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5755e6e246d30c0c24f09c52463e4ca23f5f8478;p=thirdparty%2Fpatchwork.git 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 Acked-by: Stephen Finucane --- diff --git a/patchwork/templates/patchwork/projects.html b/patchwork/templates/patchwork/projects.html index 3743d499..afaf6aba 100644 --- a/patchwork/templates/patchwork/projects.html +++ b/patchwork/templates/patchwork/projects.html @@ -1,8 +1,15 @@ {% extends "base.html" %} {% block title %}Project List{% endblock %} -{% block heading %}Project List{% endblock %} - +{% block navbarmenu %} + +{% endblock %} {% block body %}
diff --git a/templates/base.html b/templates/base.html index 625da851..2a1dca17 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,6 +38,7 @@