From b28268d75688f971f39a24065797ff068cbf5f7b Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 2 May 2011 21:43:31 +0200 Subject: implement some of #12 for each project, check the status of the last build. If there is a FAIL on one version, the project name is in RED, else GREEN. Signed-off-by: franck cuny --- views/index.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'views/index.tt') diff --git a/views/index.tt b/views/index.tt index a6e0919..19e9c84 100644 --- a/views/index.tt +++ b/views/index.tt @@ -17,10 +17,9 @@

Repositories (<: $projects.size() :>)

- : for $projects -> $project {
-

<: $project.name :>

+

<: $project.name :>

<: $project.description :>

:if $project.last_build.timestamp { -- cgit 1.4.1