From 69a27390fe57dff2da44cc489539cecba213b8a5 Mon Sep 17 00:00:00 2001
From: Birte Kristina Friesel
Date: Sun, 25 May 2025 10:36:36 +0200
Subject: status card: show carriage formation
---
templates/_public_status_card.html.ep | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'templates')
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep
index 11ef85b..bf5656b 100644
--- a/templates/_public_status_card.html.ep
+++ b/templates/_public_status_card.html.ep
@@ -197,6 +197,11 @@
% }
+ % if ( $journey->{wagongroups} and @{$journey->{wagongroups}} and not stash('from_timeline')) {
+
+ %= include '_wagons', wagongroups => $journey->{wagongroups};
+
+ % }
% if (not stash('from_timeline')) {
--
cgit v1.2.3