about summary refs log tree commit diff
path: root/views/project/index.tt
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-04-28 13:20:41 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-04-28 13:20:41 -0700
commit5d33e4eb5eb9e8e680be51f0e69de2f7a163612d (patch)
treee458788e733183e5f426702dd775aae467008354 /views/project/index.tt
parentMerge branch 'reuse_repo' (diff)
downloadjitterbug-5d33e4eb5eb9e8e680be51f0e69de2f7a163612d.tar.gz
Add a link from the project page back to the dashboard, fixes #39
Diffstat (limited to 'views/project/index.tt')
-rw-r--r--views/project/index.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/project/index.tt b/views/project/index.tt
index d028d31..978c4d8 100644
--- a/views/project/index.tt
+++ b/views/project/index.tt
@@ -1,6 +1,6 @@
 <div id="page">
   <div id="content">
-    <h2><a href="<: $project.url :>"><: $project.name :></a> / build history <a href="<: $uri_base :>/project/<: $project.name :>/feed"><img src="<: $uri_base :>/images/feed.png" /></a></h2>
+    <h2><a href="../">Dashboard</a> / <a href="<: $project.url :>"><: $project.name :></a> / build history <a href="<: $uri_base :>/project/<: $project.name :>/feed"><img src="<: $uri_base :>/images/feed.png" /></a></h2>
 
     <div class="project_baseline"><strong>"<: $project.description :>"</strong></div>