[PATCH 11/46] templates: Move "About" at the bottom of the page
Damien Lespiau
damien.lespiau at intel.com
Sun Nov 9 06:08:29 AEDT 2014
From: Belén Barros Peña <belen.barros.pena at intel.com>
This is part of the steps needed to make the "nav" bar into a pure
breadcrumb trail. It's quite usual these days to have "about" style
links at the bottom of pages.
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
Signed-off-by: Belén Barros Peña <belen.barros.pena at intel.com>
---
templates/base.html | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/templates/base.html b/templates/base.html
index d4f23a4..e538ade 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -78,9 +78,6 @@
>project list</a>
{% endif %}
</div>
- <div id="navright">
- <a href="{% url 'patchwork.views.help' path="about/" %}">about</a>
- </div>
<div style="clear: both"></div>
</div>
{% if messages %}
@@ -96,7 +93,8 @@
</div>
<div id="footer">
<a href="http://jk.ozlabs.org/projects/patchwork/">patchwork</a>
- patch tracking system
+ patch tracking system | <a
+ href="{% url 'patchwork.views.help' path="about/" %}">about patchwork</a>
</div>
</body>
</html>
--
1.8.3.1
More information about the Patchwork
mailing list