summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--views/index.tt4
-rw-r--r--views/task/index.tt6
2 files changed, 6 insertions, 4 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>
diff --git a/views/task/index.tt b/views/task/index.tt
index 1c1f904..baa76bf 100644
--- a/views/task/index.tt
+++ b/views/task/index.tt
@@ -1,5 +1,5 @@
<div id="page">
-<div id="content">
-<h2>Task </h2>
-</div>
+ <div id="content">
+ <h2>Task <: $task.id :></h2>
+ </div>
</div>