about summary refs log tree commit diff
path: root/views/index.tt
diff options
context:
space:
mode:
Diffstat (limited to '')
-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>