From e30ff8eb7fe4c40ecfde97152a49b5e23a9ca65a Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 13 Feb 2011 17:48:50 +0100 Subject: cleaning up UI --- views/index.tt | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'views') diff --git a/views/index.tt b/views/index.tt index 4e7eba2..727a95c 100644 --- a/views/index.tt +++ b/views/index.tt @@ -3,7 +3,7 @@

Dashboard

- : if $runnings { + : if ($runnings.size) {
The following project is building: : for $runnings -> $running { @@ -37,15 +37,17 @@
-

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

+

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

-
- -
+ : if $builds.size() { +
+ +
+ : }
-- cgit v1.2.3