From 3d22c00120518f8c5207fe1049a00506091cd43c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 Jan 2020 22:51:59 +0100 Subject: show train route on map --- templates/_train_details.html.ep | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/_train_details.html.ep') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 44cf01d..444fe9a 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -78,6 +78,11 @@ Wagenreihung % } +% if ($departure->{trip_id}) { +
+ Karte +
+% } % } % if ($departure->{moreinfo} and @{$departure->{moreinfo}}) { -- cgit v1.2.3