From: Belén Barros Peña <belen.barros.p...@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.lesp...@intel.com> Signed-off-by: Belén Barros Peña <belen.barros.p...@intel.com> --- templates/base.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 9fed149..2ad2383 100644 --- a/templates/base.html +++ b/templates/base.html @@ -75,9 +75,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 %} @@ -93,7 +90,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 _______________________________________________ Patchwork mailing list Patchwork@lists.ozlabs.org https://lists.ozlabs.org/listinfo/patchwork