From 6ea954c9634912f499c2f1c2b3356d491e40f747 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 16 Jun 2025 20:01:07 +0200 Subject: show load/occupancy for EFA departures and trips, if available --- templates/_show_load_icons.html.ep | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/_show_load_icons.html.ep') diff --git a/templates/_show_load_icons.html.ep b/templates/_show_load_icons.html.ep index e69dab5..21093b9 100644 --- a/templates/_show_load_icons.html.ep +++ b/templates/_show_load_icons.html.ep @@ -5,3 +5,7 @@ % } % } +% elsif ($station->[2]{efa_load}) { + % my ($icon) = efa_load_icon($station->[2]{efa_load}); + +% } -- cgit v1.2.3