From 696b319385daa88837af21de1b3a2a3c3c3619ea Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 24 Jan 2011 21:46:43 +0100 Subject: display current build if any --- views/index.tt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/index.tt b/views/index.tt index f82aa5e..d657f48 100644 --- a/views/index.tt +++ b/views/index.tt @@ -2,6 +2,15 @@

Dashboard

+
+ : if $runnings { + The following projects are building: + : for $runnings -> $running { + <: $running.project :> + : } + : } +
+
@@ -26,7 +35,7 @@
-

Builds pending

+

Builds pending (<: $builds.size :>)

    -- cgit 1.4.1