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 %]