summaryrefslogtreecommitdiff
path: root/views/index.tt
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-01-24 20:54:14 +0100
committerfranck cuny <franck@lumberjaph.net>2011-01-24 20:54:14 +0100
commitc7680d8612049a826f3e17389ae9f74ac33a7df5 (patch)
tree6f15c0e0fafbcf056a65f462319c75467ab03020 /views/index.tt
parentwe want a find, not a search here (diff)
downloadjitterbug-c7680d8612049a826f3e17389ae9f74ac33a7df5.tar.gz
update templates and css
Diffstat (limited to 'views/index.tt')
-rw-r--r--views/index.tt4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/index.tt b/views/index.tt
index 6359157..f82aa5e 100644
--- a/views/index.tt
+++ b/views/index.tt
@@ -28,11 +28,13 @@
<div class="last">
<h3>Builds pending</h3>
+ <div class="comming-builds">
<ul>
: for $builds -> $build {
- <li><a href="<: $uri_base :>task/<: $build :>"><: $build :></a></li>
+ <li><a href="<: $uri_base :>task/<: $build.id :>"><: $build.project :> (id: <: $build.id :>)</a></li>
: }
</ul>
+ </div>
</div>
</div>