From 7047337766d912930d347dc3612422d06dc6f098 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 9 Jan 2022 12:05:59 +0100 Subject: realtime delay: use "+X ⇒ HH:MM" instead of "(+X) HH:MM" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/app.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/app.html.ep b/templates/app.html.ep index 895de49..8280925 100644 --- a/templates/app.html.ep +++ b/templates/app.html.ep @@ -100,10 +100,10 @@ % if ($departure->{delay} and not $departure->{is_cancelled}) { % if ($show_realtime) { % if ($departure->{delay} > ($hide_low_delay ? 4 : 0)) { - + % } % elsif ($departure->{delay} < 0) { - + % } % } % else { -- cgit v1.2.3