Skip to content
Snippets Groups Projects
Unverified Commit 40eb7488 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

journey detail title: use departure date

parent 5b3cfd33
No related branches found
No related tags found
No related merge requests found
...@@ -1742,9 +1742,9 @@ sub journey_details { ...@@ -1742,9 +1742,9 @@ sub journey_details {
$self->render( $self->render(
'journey', 'journey',
title => sprintf( 'travelynx: %s %s %s am %s', title => sprintf( 'travelynx: Fahrt %s %s %s am %s',
$journey->{type}, $journey->{line} // '', $journey->{no}, $journey->{type}, $journey->{line} // '', $journey->{no},
$journey->{sched_arrival}->strftime('%d.%m.%Y, %H:%M') ), $journey->{sched_departure}->strftime('%d.%m.%Y um %H:%M') ),
error => undef, error => undef,
journey => $journey, journey => $journey,
journey_visibility => $visibility, journey_visibility => $visibility,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment