diff options
| -rw-r--r-- | templates/_checked_in.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 9f3cba5..fcf8888 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -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)) { | 
