From 05d03ee1535bb2e8d7b77c6e1544b2c9a0a5effa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 Apr 2012 10:33:00 +0000 Subject: [PATCH] Don't use colspan=0, it doesn't work in all browsers --- src/root/jobset-eval.tt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/root/jobset-eval.tt b/src/root/jobset-eval.tt index ae2bf376..bec9fd79 100644 --- a/src/root/jobset-eval.tt +++ b/src/root/jobset-eval.tt @@ -16,24 +16,24 @@ c.uri_for(c.controller('JobsetEval').action_for('view'), [% INCLUDE renderBuildListBody builds=builds.slice(0, (size > max ? max : size) - 1) hideProjectName=1 hideJobsetName=1 %] [% IF size > max %] - ([% size - max %] more builds omitted) + ([% size - max %] more builds omitted) [% END %] [% END %] [% INCLUDE renderBuildListHeader unsortable=1 %] [% IF unfinished.size > 0 %] - Queued jobs + Queued jobs [% INCLUDE renderSome builds=unfinished %] [% END %] [% IF new.size > 0 %] - New jobs + New jobs [% INCLUDE renderSome builds=new %] [% END %] [% IF removed.size > 0 %] - Removed jobs + Removed jobs [% size = removed.size; max = full ? size : 30; %] [%- FOREACH j IN removed.slice(0,(size > max ? max : size) - 1) -%] @@ -43,27 +43,27 @@ c.uri_for(c.controller('JobsetEval').action_for('view'), [%- END -%] [% IF size > max %] - ([% size - max %] more jobs omitted) + ([% size - max %] more jobs omitted) [% END %] [% END %] [% IF nowFail.size > 0 %] - Jobs that now fail + Jobs that now fail [% INCLUDE renderSome builds=nowFail %] [% END %] [% IF nowSucceed.size > 0 %] - Jobs that now succeed + Jobs that now succeed [% INCLUDE renderSome builds=nowSucceed %] [% END %] [% IF stillFail.size > 0 %] - Jobs that still fail + Jobs that still fail [% INCLUDE renderSome builds=stillFail %] [% END %] [% IF stillSucceed.size > 0 %] - Jobs that still succeed + Jobs that still succeed [% INCLUDE renderSome builds=stillSucceed %] [% END %]