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 18:43:00 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-23 18:43:00 -0700
commit673cfa12e65fa54905cd2b1fb7bdc55750a99c38 (patch)
treecf4e25dfffc99abe5d316ddb15cd9035b1712b15 /views/project/index.tt
parentImport catfile (diff)
downloadjitterbug-673cfa12e65fa54905cd2b1fb7bdc55750a99c38.tar.gz
Fix link to detailed output
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 f8d0ea2..9381add 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="<: $uri_base :>/api/build/<: $project.name :>/<: $commit.id :>/<: $version :>.txt"><: $version :></a> <span class="<: $commit.build.version[$version] :>"><: $commit.build.version[$version] :></span>
                 :}
               </div>
             </div>