diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-05-23 18:47:12 -0700 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-05-23 18:47:12 -0700 |
| commit | c2490f0b2b369d262620dcd7f635bcf624174cea (patch) | |
| tree | a8160448dcee711aaf909d1547fb5b9e7d96ba5a | |
| parent | Fix link to detailed output (diff) | |
| download | jitterbug-c2490f0b2b369d262620dcd7f635bcf624174cea.tar.gz | |
Fix link properly
| -rw-r--r-- | views/project/index.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/project/index.tt b/views/project/index.tt index 9381add..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 :>.txt"><: $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> |
