about summary refs log tree commit diff
path: root/views/project/index.tt
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-10-03 20:49:32 +0200
committerfranck cuny <franck@lumberjaph.net>2010-10-03 20:49:32 +0200
commit08a7e009d47d9e54a7f9da0be03fe8f2a153f9ad (patch)
tree0eb6a27bd8d4b5f4f3499572a23162043f09939b /views/project/index.tt
parentfix feed (diff)
downloadjitterbug-08a7e009d47d9e54a7f9da0be03fe8f2a153f9ad.tar.gz
move js to a file
Diffstat (limited to '')
-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 884f58d..d028d31 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="<: $base_uri :>/project/<: $project.name :>/feed"><img src="<: $uri_base :>/images/feed.png" /></a></h2>
+    <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>
 
     <div class="project_baseline"><strong>"<: $project.description :>"</strong></div>