use DBF for wagon order details (it's currently more detailed)

This commit is contained in:
Birte Kristina Friesel 2024-03-20 17:44:26 +01:00
parent 9e073a0fe8
commit d524463551
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -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)) {