From 20e3c51ba99e6d52b7b8058c4dc0ef8f9998ba31 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Wed, 31 Mar 2021 20:03:44 -0400 Subject: [PATCH] Style unstyled alerts --- src/root/jobset-channels-tab.tt | 2 +- src/root/jobset-eval.tt | 2 +- src/root/jobset-jobs-tab.tt | 4 ++-- src/root/search.tt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/root/jobset-channels-tab.tt b/src/root/jobset-channels-tab.tt index c003d70e..692f2682 100644 --- a/src/root/jobset-channels-tab.tt +++ b/src/root/jobset-channels-tab.tt @@ -2,7 +2,7 @@ [% IF channels.size == 0 %] -
There are no channels available.
+
There are no channels available.
[% ELSE %] diff --git a/src/root/jobset-eval.tt b/src/root/jobset-eval.tt index d444322f..6822ed13 100644 --- a/src/root/jobset-eval.tt +++ b/src/root/jobset-eval.tt @@ -29,7 +29,7 @@ project=otherEval.jobset.project.name jobset=otherEval.jobset.name %] evaluation c.uri_for(c.controller('JobsetEval').action_for('view'), [otherEval.id]) %]">[% otherEval.id %].

[% ELSE %] -
Couldn't find an evaluation to compare to.
+
Couldn't find an evaluation to compare to.
[% END %]
diff --git a/src/root/jobset-jobs-tab.tt b/src/root/jobset-jobs-tab.tt index 8acc5ca2..e38234d2 100644 --- a/src/root/jobset-jobs-tab.tt +++ b/src/root/jobset-jobs-tab.tt @@ -36,12 +36,12 @@ [% IF jobs.size == 0 %] -
There are no matching jobs.
+
There are no matching jobs.
[% ELSE %] [% IF nrJobs > jobs.size %] -
Showing the first [% jobs.size %] jobs. Show all [% nrJobs %] jobs...
+
Showing the first [% jobs.size %] jobs. Show all [% nrJobs %] jobs...
[% END %] [% evalIds = evals.keys.nsort.reverse %] diff --git a/src/root/search.tt b/src/root/search.tt index d2b2dece..71b88e1c 100644 --- a/src/root/search.tt +++ b/src/root/search.tt @@ -81,7 +81,7 @@ [% IF builds.size > 0 || buildsdrv.size > 0 ; matched = 1 ; END %] [% IF !matched %] -
Sorry! Nothing matches your query.
+
Sorry! Nothing matches your query.
[% END %] [% END %]