summaryrefslogtreecommitdiff
path: root/templates/profile.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-05-30 10:38:12 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-05-30 10:38:12 +0200
commit646a88c72667c8b68432a7316a9c5980f53107b6 (patch)
tree16e648906cc5d5349013406b95b7c9d006b12204 /templates/profile.html.ep
parent19d3f4afa84d7c237c8673f6555467ea5f7ae899 (diff)
Show train route in checked-in view and profile / status card2.11.37
Diffstat (limited to 'templates/profile.html.ep')
-rw-r--r--templates/profile.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/profile.html.ep b/templates/profile.html.ep
index 6f78ea0..a2c965c 100644
--- a/templates/profile.html.ep
+++ b/templates/profile.html.ep
@@ -79,7 +79,7 @@
</div>
<div class="row">
<div class="col s12 publicstatuscol" data-user="<%= $name %>" data-profile="1">
- %= include '_public_status_card', name => $name, privacy => $privacy, journey => $journey, from_profile => 1
+ %= include '_public_status_card', name => $name, privacy => $privacy, journey => $journey, from_profile => 1, station_coordinates => stash('station_coordinates'), polyline_groups => stash('polyline_groups')
</div>
</div>
% if ($journeys and @{$journeys}) {