[PATCH 09/49] templates: Move "About" at the bottom of the page

Damien Lespiau damien.lespiau at intel.com
Fri Oct 2 00:12:14 AEST 2015


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>
Acked-by: Stephen Finucane <stephen.finucane 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 1e2d4c9..1b75543 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -74,9 +74,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 %}
@@ -92,7 +89,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>
-- 
2.1.0



More information about the Patchwork mailing list