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-05-23 20:43:43 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-23 20:43:43 -0700
commit15e96b9f945f9d58ddbe07fab0b2d41474b05118 (patch)
treef7d0349fa5e8c5987e7da0c26022d385e82a8262 /views/project/index.tt
parentTeach capsule about HARNESS_TIMER (diff)
parentUnbreak capsule.sh (diff)
downloadjitterbug-15e96b9f945f9d58ddbe07fab0b2d41474b05118.tar.gz
Merge branch 'git_refactor'
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 f8d0ea2..92ef7a2 100644
--- a/views/project/index.tt
+++ b/views/project/index.tt
@@ -28,7 +28,7 @@
               <br />
               <div class="builds">
                 :for $commit.build.version.keys() -> $version {
-                  <a href="<: $uri_base :>/api/build/<: $project.name :>/<: $commit.id :>/<: $version :>"><: $version :></a> <span class="<: $commit.build.version[$version] :>"><: $commit.build.version[$version] :></span>
+                  <a href="/api/build/<: $project.name :>/<: $commit.id :>/<: $version :>"><: $version :></a> <span class="<: $commit.build.version[$version] :>"><: $commit.build.version[$version] :></span>
                 :}
               </div>
             </div>