about summary refs log tree commit diff
path: root/views/index.tt
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-25 15:33:03 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-25 15:33:03 +0200
commit9c30c03fda53bd5e64a4a2a57622f159e42a3285 (patch)
treeaed9b5be5df9d049187ab9cb92a53aff4a34beb9 /views/index.tt
parentadd permalink to test result in feed; api can return html for permalink (diff)
downloadjitterbug-9c30c03fda53bd5e64a4a2a57622f159e42a3285.tar.gz
layout and css
Diffstat (limited to 'views/index.tt')
-rw-r--r--views/index.tt11
1 files changed, 10 insertions, 1 deletions
diff --git a/views/index.tt b/views/index.tt
index 7b44ac5..6a79821 100644
--- a/views/index.tt
+++ b/views/index.tt
@@ -1,4 +1,6 @@
-<h2>Projects</h2>
+<h2>Dashboard</h2>
+
+<h3>Projects</h3>
 
 <ul>
   : for $projects -> $project {
@@ -6,3 +8,10 @@
   : }
 </ul>
 
+<h3>Builds pending</h3>
+
+<ul>
+  : for $builds -> $build {
+  <li><a href="<: $uri_base :>task/<: $build :>"><: $build :></a></li>
+  : }
+</ul>