summaryrefslogtreecommitdiff
path: root/views
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
parentwe want a find, not a search here (diff)
downloadjitterbug-c7680d8612049a826f3e17389ae9f74ac33a7df5.tar.gz
update templates and css
Diffstat (limited to 'views')
-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>