summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-09-23 21:55:39 +1000
committerJeremy Kerr <jk@ozlabs.org>2008-09-23 21:55:39 +1000
commitab38ae0d653da2b27f6060347c40ade2ae65616f (patch)
tree3aab4fb82821898d7a5c62487973cddfbbc1879e /templates
parent8b561c3a68dfc44a369e6e5cb4f1c3c4cd4e67a3 (diff)
downloadpatchwork-ab38ae0d653da2b27f6060347c40ade2ae65616f.tar.bz2
patchwork-ab38ae0d653da2b27f6060347c40ade2ae65616f.tar.xz
[html] Reinstate 'about' link
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html38
1 files changed, 22 insertions, 16 deletions
diff --git a/templates/base.html b/templates/base.html
index 896b939..048d052 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -38,23 +38,29 @@
<div style="clear: both;"></div>
</div>
<div id="nav">
- {% if project %}
- <strong>Project</strong>: {{ project.linkname }}
- :
- <a href="{% url patchwork.views.patch.list project_id=project.linkname %}"
- >patches</a>
- :
- <a href="{% url patchwork.views.project project_id=project.linkname %}"
- >project info</a>
- {% if other_projects %}
- :
- <a href="{% url patchwork.views.projects %}"
- >other projects</a>
+ <div id="navleft">
+ {% if project %}
+ <strong>Project</strong>: {{ project.linkname }}
+ :
+ <a href="{% url patchwork.views.patch.list project_id=project.linkname %}"
+ >patches</a>
+ :
+ <a href="{% url patchwork.views.project project_id=project.linkname %}"
+ >project info</a>
+ {% if other_projects %}
+ :
+ <a href="{% url patchwork.views.projects %}"
+ >other projects</a>
+ {% endif %}
+ {% else %}
+ <a href="{% url patchwork.views.projects %}"
+ >project list</a>
{% endif %}
- {% else %}
- <a href="{% url patchwork.views.projects %}"
- >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 %}
<div id="messages">