From 17563a9284665f5f9852ce9da25b94c8bb9389c2 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 8 Jul 2024 20:47:54 +0200 Subject: distinguish between 'on time' and 'no realtime data available' in rt=1 --- templates/app.html.ep | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/app.html.ep b/templates/app.html.ep index e81191b..a499dd7 100644 --- a/templates/app.html.ep +++ b/templates/app.html.ep @@ -100,8 +100,7 @@ %= $departure->{origin} % } - + % if ($departure->{delay} and not $departure->{is_cancelled}) { % if ($show_realtime) { % if ($departure->{delay} > ($hide_low_delay ? 4 : 0)) { -- cgit v1.2.3