From 646a88c72667c8b68432a7316a9c5980f53107b6 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 30 May 2025 10:38:12 +0200 Subject: Show train route in checked-in view and profile / status card --- templates/_public_status_card.html.ep | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/_public_status_card.html.ep') diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index 972a07a..72b82df 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -197,6 +197,11 @@ % } + % if (stash('station_coordinates')) { +
+
+ %= include '_map', with_map_header => 0, station_coordinates => stash('station_coordinates'), polyline_groups => stash('polyline_groups') + % } % if ( @{$journey->{wagongroups} // []} ) { % if (stash('from_timeline')) {
-- cgit v1.2.3