From 1de0ef16f6f15e1cbf580627639f046aa5eec058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Fri, 19 Jul 2019 17:47:47 +0300 Subject: [PATCH] Style tweaks. --- templates/emails/summary-downtimes-html.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/emails/summary-downtimes-html.html b/templates/emails/summary-downtimes-html.html index 160fcf33..d735d5d0 100644 --- a/templates/emails/summary-downtimes-html.html +++ b/templates/emails/summary-downtimes-html.html @@ -66,13 +66,11 @@ {% if count %} {{ count }} outage{{ count|pluralize }} - -
- ({{ seconds|hc_approx_duration }} total) -
+
+ {{ seconds|hc_approx_duration }} total {% else %} - + All good! {% endif %}