From 6d8511731a1b6d84d2a6b013e27569af03160550 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 6 Jan 2024 07:56:08 +0100 Subject: train details: add date switcher --- templates/_train_details.html.ep | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 849af3b..3e60612 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -203,7 +203,10 @@ % } % if ($departure->{route_pre_diff} and $departure->{route_post_diff}) { -%= l 'Fahrtverlauf' +%= l 'Fahrtverlauf am' + +%= $departure->{date}->strftime('%d.%m.%Y') +