mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
use DBF for wagon order details (it's currently more detailed)
This commit is contained in:
parent
9e073a0fe8
commit
d524463551
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
% @wagons = reverse @wagons;
|
||||
% }
|
||||
% }
|
||||
<a href="https://bahn.expert/details/<%= $journey->{train_type} %>%20<%= $journey->{train_no} %>/<%= DateTime->now(time_zone => 'Europe/Berlin')->iso8601 %>?station=<%= $journey->{dep_eva} %>">
|
||||
<a href="https://dbf.finalrewind.org/_wr/<%= $journey->{train_no} %>/<%= $journey->{sched_departure}->strftime('%Y%m%d%H%M') %>?e=<%= $journey->{dep_direction} // q{} %>">
|
||||
%= $direction
|
||||
% for my $wagon (@wagons) {
|
||||
% if (not ($wagon->is_locomotive or $wagon->is_powercar)) {
|
||||
|
|
Loading…
Reference in a new issue