From 6cbd9c67efb39f74b7b9388b71a4ce85439e2464 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 27 Jul 2025 16:28:50 +0200 Subject: Journey: use _dt suffix for with_route_datetime keys --- templates/journey.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/journey.html.ep') diff --git a/templates/journey.html.ep b/templates/journey.html.ep index 2699d4a..09ce159 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -269,10 +269,10 @@ % } % if ($before and $station->[2]{sched_dep}) { - %= $station->[2]{sched_dep}->strftime('%H:%M') + %= $station->[2]{sched_dep_dt}->strftime('%H:%M') % } % elsif (not $before and $station->[2]{sched_arr}) { - %= $station->[2]{sched_arr}->strftime('%H:%M') + %= $station->[2]{sched_arr_dt}->strftime('%H:%M') % } % if ($at_startstop or $within) { -- cgit v1.2.3