diff mbox

[11/46] templates: Move "About" at the bottom of the page

Message ID 1415473744-31531-12-git-send-email-damien.lespiau@intel.com
State Superseded
Headers show

Commit Message

Damien Lespiau Nov. 8, 2014, 7:08 p.m. UTC
From: Belén Barros Peña <belen.barros.pena@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@intel.com>
Signed-off-by: Belén Barros Peña <belen.barros.pena@intel.com>
---
 templates/base.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
diff mbox

Patch

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>