diff --git a/src/root/build.tt b/src/root/build.tt index ea3b75c4..30014dec 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -145,10 +145,10 @@ END; [% IF isAggregate %][% END %] - [% IF steps.size() > 0 %][% END %] - [% IF build.dependents %][% END%] - [% IF drvAvailable %][% END %] - [% IF localStore && available %][% END %] + [% IF steps.size() > 0 %][% END %] + [% IF build.dependents %][% END%] + [% IF drvAvailable %][% END %] + [% IF localStore && available %][% END %]
diff --git a/src/root/dashboard.tt b/src/root/dashboard.tt index 11ae6699..06b8de15 100644 --- a/src/root/dashboard.tt +++ b/src/root/dashboard.tt @@ -2,9 +2,9 @@ [% PROCESS common.tt %]
diff --git a/src/root/jobset-eval.tt b/src/root/jobset-eval.tt index e1d25af1..25315c66 100644 --- a/src/root/jobset-eval.tt +++ b/src/root/jobset-eval.tt @@ -65,33 +65,33 @@ c.uri_for(c.controller('JobsetEval').action_for('view'), [% END %] [% IF aborted.size > 0 %] - + [% END %] [% IF nowFail.size > 0 %] - + [% END %] [% IF nowSucceed.size > 0 %] - + [% END %] [% IF new.size > 0 %] - + [% END %] [% IF removed.size > 0 %] - + [% END %] [% IF stillFail.size > 0 %] - + [% END %] [% IF stillSucceed.size > 0 %] - + [% END %] [% IF unfinished.size > 0 %] - + [% END %] [% IF eval.evaluationerror.errormsg %] - + [% END %] diff --git a/src/root/jobset.tt b/src/root/jobset.tt index 55aaf094..4fb52517 100644 --- a/src/root/jobset.tt +++ b/src/root/jobset.tt @@ -62,7 +62,7 @@ [% IF jobset.errormsg || jobset.fetcherrormsg %] - + [% END %]