Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
Fix link to detailed output
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed May 24, 2011
1 parent af28849 commit 673cfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/project/index.tt
Expand Up @@ -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>
Expand Down

0 comments on commit 673cfa1

Please sign in to comment.