From 0893613bf7825ca4fb98f63a67d99c47775ec0dc Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 15 Jun 2025 17:49:37 +0200 Subject: departure board: EFA supports time selection --- templates/departures.html.ep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 917973b..16b5f3c 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -105,7 +105,7 @@
- % if ($dbris or $hafas or $motis) { + % if ($dbris or $efa or $hafas or $motis) { früher % }
@@ -115,7 +115,7 @@ % }
- % if ($dbris or $hafas or $motis) { + % if ($dbris or $efa or $hafas or $motis) { später % }
@@ -178,14 +178,14 @@
- % if ($dbris or $hafas) { + % if ($dbris or $efa or $hafas or $motis) { früher % }
- % if ($dbris or $hafas) { + % if ($dbris or $efa or $hafas or $motis) { später % }
-- cgit v1.2.3