Loading templates/_public_status_card.html.ep +11 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,17 @@ </ul> </p> % } % if (@{$journey->{extra_data}{him_msg} // []}) { <p style="margin-bottom: 2ex;"> <ul> % for my $message (@{$journey->{extra_data}{him_msg} // []}) { % if (not stash('from_timeline') or $message->{prio} and $message->{prio} eq 'HOCH') { <li> <i class="material-icons tiny"><%= ($message->{prio} and $message->{prio} eq 'HOCH') ? 'warning' : 'info' %></i> <%= $message->{header} %> <%= $message->{lead} %></li> % } % } </ul> </p> % } </div> % if (not stash('from_timeline')) { <div class="card-action"> Loading Loading
templates/_public_status_card.html.ep +11 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,17 @@ </ul> </p> % } % if (@{$journey->{extra_data}{him_msg} // []}) { <p style="margin-bottom: 2ex;"> <ul> % for my $message (@{$journey->{extra_data}{him_msg} // []}) { % if (not stash('from_timeline') or $message->{prio} and $message->{prio} eq 'HOCH') { <li> <i class="material-icons tiny"><%= ($message->{prio} and $message->{prio} eq 'HOCH') ? 'warning' : 'info' %></i> <%= $message->{header} %> <%= $message->{lead} %></li> % } % } </ul> </p> % } </div> % if (not stash('from_timeline')) { <div class="card-action"> Loading