diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-27 16:28:50 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-27 16:28:50 +0200 |
commit | 6cbd9c67efb39f74b7b9388b71a4ce85439e2464 (patch) | |
tree | 67c9756f5a2165fbdcc1f1bb0fcca173f80a9ee2 /templates | |
parent | 15355cc17edbd1c83698288f3756e8648adb09e8 (diff) |
Journey: use _dt suffix for with_route_datetime keys
Diffstat (limited to 'templates')
-rw-r--r-- | templates/journey.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ % } <span style="color: #808080;"> % 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') % } </span> % if ($at_startstop or $within) { |