From d21e89035f7d5f684a7d11ec164118978fcedc2e Mon Sep 17 00:00:00 2001
From: Birte Kristina Friesel
Date: Fri, 16 May 2025 21:24:13 +0200
Subject: public status card: show dbris messages
---
templates/_public_status_card.html.ep | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep
index f0812ab..c646158 100644
--- a/templates/_public_status_card.html.ep
+++ b/templates/_public_status_card.html.ep
@@ -163,6 +163,17 @@
% }
+ % if (@{$journey->{extra_data}{him_msg} // []}) {
+
+
+ % for my $message (@{$journey->{extra_data}{him_msg} // []}) {
+ % if (not stash('from_timeline') or $message->{prio} and $message->{prio} eq 'HOCH') {
+ - <%= ($message->{prio} and $message->{prio} eq 'HOCH') ? 'warning' : 'info' %> <%= $message->{header} %> <%= $message->{lead} %>
+ % }
+ % }
+
+
+ % }
% if (not stash('from_timeline')) {
--
cgit v1.2.3