]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
templates: Move "About" at the bottom of the page
authorBelén Barros Peña <belen.barros.pena@intel.com>
Tue, 9 Sep 2014 15:01:05 +0000 (16:01 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:33 +0000 (03:51 +0000)
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>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
templates/base.html

index 1e2d4c9319d540423e41232831553b10509e5c3c..1b755430fda3567834f0487f38537482746e6801 100644 (file)
@@ -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>