diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-26 19:53:01 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-26 19:53:01 +0200 |
commit | e07063c52c51569b5f252a202f5d71b5f70a73e7 (patch) | |
tree | 301f64f3fe95038a2551a81c927ff0206df93243 /templates/_history_trains.html.ep | |
parent | 2cae5a51d2f2a8002864860f452fa9474dc2ecb3 (diff) |
Add manual journey entry
Closes #3
Diffstat (limited to 'templates/_history_trains.html.ep')
-rw-r--r-- | templates/_history_trains.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_history_trains.html.ep b/templates/_history_trains.html.ep index 2328285..d422165 100644 --- a/templates/_history_trains.html.ep +++ b/templates/_history_trains.html.ep @@ -13,7 +13,7 @@ % for my $travel (@{$journeys}) { % my $detail_link = '/journey/' . $travel->{id}; <tr> - <td><%= $travel->{sched_departure}->strftime('%d.%m.') %></td> + <td><%= $travel->{sched_departure}->strftime($date_format) %></td> <td><a href="<%= $detail_link %>"><%= $travel->{type} %> <%= $travel->{line} // $travel->{no} %></a></td> <td> <a href="<%= $detail_link %>" class="unmarked"> |