mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
history: always show train numbers
This commit is contained in:
parent
046ab99013
commit
2113533713
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
% if ($travel->{completed}) {
|
||||
<tr>
|
||||
<td><%= $travel->{sched_departure}->strftime('%d.%m.%Y') %></td>
|
||||
<td><%= $travel->{type} %> <%= $travel->{line} // $travel->{no} %></td>
|
||||
<td><%= $travel->{type} %> <%= $travel->{line} // '' %> <%= $travel->{no} %></td>
|
||||
<td><%= $travel->{from_name} %> → <%= $travel->{to_name} %></td>
|
||||
<td><%= $travel->{rt_departure}->strftime('%H:%M') %>
|
||||
% if ($travel->{sched_departure} != $travel->{rt_departure}) {
|
||||
|
|
Loading…
Reference in a new issue