diff options
author | Belén Barros Peña <belen.barros.pena@intel.com> | 2014-09-09 16:01:05 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:51:33 +0000 |
commit | c6a1ef4bb57aa89b7950e1121bae491aeff0f25a (patch) | |
tree | ee1148406cc83b2ed3bbf74d0e5a9664d476012d | |
parent | d23034a1a4b70c4a9cf1405adf9c80898b222e00 (diff) | |
download | patchwork-c6a1ef4bb57aa89b7950e1121bae491aeff0f25a.tar patchwork-c6a1ef4bb57aa89b7950e1121bae491aeff0f25a.tar.gz |
templates: Move "About" at the bottom of the page
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>
-rw-r--r-- | templates/base.html | 6 |
1 files 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> |