From 7a5b8a38d9f43e90cdddf36f3b737cd3eb30a469 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 8 Dec 2021 20:02:14 -0500 Subject: [PATCH] builds page: capitalize tabs (#1072) Make tabs Title Case --- src/root/build.tt | 8 ++++---- src/root/dashboard.tt | 6 +++--- src/root/jobset-eval.tt | 18 +++++++++--------- src/root/jobset.tt | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) 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 %]