diff --git a/templates/_departures_hafas.html.ep b/templates/_departures_hafas.html.ep index 6e1641f..169b319 100644 --- a/templates/_departures_hafas.html.ep +++ b/templates/_departures_hafas.html.ep @@ -1,7 +1,7 @@ % my $orientation_bar_shown = param('train'); -% my $now_epoch = now()->epoch; +% my $now_epoch = now->epoch; % for my $result (@{$results}) { % my $td_class = ''; % my $link_class = 'action-checkin'; @@ -15,10 +15,11 @@ - + % } diff --git a/templates/_departures_iris.html.ep b/templates/_departures_iris.html.ep index cecbc8a..c8dd834 100644 --- a/templates/_departures_iris.html.ep +++ b/templates/_departures_iris.html.ep @@ -1,7 +1,7 @@
- — Anfragezeitpunkt — - + — Anfragezeitpunkt — + %= now->strftime('%H:%M') +
% my $orientation_bar_shown = param('train'); -% my $now_epoch = now()->epoch; +% my $now_epoch = now->epoch; % for my $result (@{$results}) { % my $td_class = ''; % my $link_class = 'action-checkin'; @@ -15,10 +15,11 @@ - + % }
- — Anfragezeitpunkt — - + — Anfragezeitpunkt — + %= now->strftime('%H:%M') +