From 37dae747364370453e0d54d1b2a7aec289f71a4b Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 13 Feb 2011 13:58:10 +0100 Subject: update templates to show informations about running tasks --- views/index.tt | 4 +++- views/task/index.tt | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/index.tt b/views/index.tt index d657f48..4e7eba2 100644 --- a/views/index.tt +++ b/views/index.tt @@ -4,10 +4,12 @@
: if $runnings { - The following projects are building: +
+ The following project is building: : for $runnings -> $running { <: $running.project :> : } +
: }
diff --git a/views/task/index.tt b/views/task/index.tt index baa76bf..25bdeb9 100644 --- a/views/task/index.tt +++ b/views/task/index.tt @@ -1,5 +1,6 @@

Task <: $task.id :>

+ started : <: $task.started_when :>
-- cgit 1.4.1