From 7a5e555343a05205e379eebffa078cb6843336e8 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 27 Mar 2024 16:31:22 +0100 Subject: train details: pass HAFAS backend onto map --- templates/_train_details.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index dca9405..07a705b 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -139,10 +139,10 @@
% if ($departure->{trip_id}) { % if (stash('station_name')) { - <%= l 'Karte' %> + <%= l 'Karte' %> % } % else { - <%= l 'Karte' %> + <%= l 'Karte' %> % } % } % if ($departure->{wr_link}) { -- cgit v1.2.3