summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2015-12-06 18:13:25 +0000
committerStephen Finucane <stephen.finucane@intel.com>2016-01-19 21:55:25 +0000
commit026cf7e3108c9c3c3f877b007289832541334ef0 (patch)
tree646fe700949bbb4df163014ff7d0915b98e3a93f /templates
parentc88c818519be7556e2bbfcbdf0211206f1a6c582 (diff)
downloadpatchwork-026cf7e3108c9c3c3f877b007289832541334ef0.tar
patchwork-026cf7e3108c9c3c3f877b007289832541334ef0.tar.gz
views: Split up 'base'
This is a collection of unrelated functions, many of which belong in their own file. Do this, taking the opportunity to rename some of these functions to better indicate their purpose in the process. Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 2e0b487..b6f7056 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -34,7 +34,7 @@
<span class="icon-bar"></span>
</button>
<span class="navbar-brand"><a
- href="{% url 'patchwork.views.projects' %}">Patchwork</a>
+ href="{% url 'patchwork.views.project.list' %}">Patchwork</a>
{% block heading %}{% endblock %}</span>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
@@ -72,7 +72,7 @@
{% if project %}
<div id="breadcrumb">
<div id="breadcrumb-left">
- <a href="{% url 'patchwork.views.projects' %}">All projects</a>
+ <a href="{% url 'patchwork.views.project.list' %}">All projects</a>
&#8594;
{% block breadcrumb %}
<a href="{% url 'patchwork.views.patch.list' project_id=project.linkname %}"
@@ -96,7 +96,7 @@
<div id="footer">
<a href="http://jk.ozlabs.org/projects/patchwork/">patchwork</a>
patch tracking system | <a
- href="{% url 'patchwork.views.help' path="about/" %}">about patchwork</a>
+ href="{% url 'patchwork.views.help.help' path="about/" %}">about patchwork</a>
</div>
</body>
</html>