From 4475e60b9720c7bee8fc2c5ffeda595f67ec0bf2 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 12 Aug 2024 18:17:21 +0200 Subject: [PATCH] hide first-class occupancy if unknown --- templates/_checked_in.html.ep | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 672c0d1..843caf3 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -242,7 +242,10 @@ % if ($station->[2]{load}{SECOND}) { % my ($first, $second) = load_icon($station->[2]{load}); - + % if ($first ne 'help_outline') { + + % } + % } % if ($station->[2]{isCancelled}) { entfällt @@ -381,7 +384,10 @@ % if ($station->[2]{load}{SECOND}) { % my ($first, $second) = load_icon($station->[2]{load}); - + % if ($first ne 'help_outline') { + + % } + % } % if ($station->[2]{isCancelled}) { entfällt