]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
base: Don't display the breadcrumb bar on the project list page
authorDamien Lespiau <damien.lespiau@intel.com>
Sat, 20 Sep 2014 22:13:15 +0000 (23:13 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:34 +0000 (03:51 +0000)
We already have the information on the main bar, no need to have a
breadcum bar here.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
templates/base.html

index f992f944e6582c34fad1c41e5a31cfccf4805e7b..75083b6813c02c17364eccc159cbb520188e4f08 100644 (file)
@@ -59,9 +59,9 @@
     </div>
    </div>
   </nav>
+{% if project %}
   <div id="nav">
    <div id="navleft">
-   {% if project %}
     <strong>Project</strong>: {{ project.linkname }}
      :
      <a href="{% url 'patchwork.views.patch.list' project_id=project.linkname %}"
      :
      <a href="{% url 'patchwork.views.projects' %}"
      >other projects</a>
-     {% endif %}
-    {% else %}
-     <a href="{% url 'patchwork.views.projects' %}"
-     >project list</a>
     {% endif %}
    </div>
    <div style="clear: both"></div>
   </div>
+{% endif %}
 {% if messages %}
   <div id="messages">
   {% for message in messages %}