mirror of
https://github.com/derf/travelynx
synced 2024-11-10 23:14:16 +00:00
always show QoS messages in public status
This commit is contained in:
parent
61889603f7
commit
86a991c28c
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@
|
|||
<li> <i class="material-icons tiny">warning</i> <%= $message->[0]->strftime('%H:%M') %>: <%= $message->[1] %></li>
|
||||
% }
|
||||
% }
|
||||
% for my $message (@{$journey->{extra_data}{qos_msg} // []}) {
|
||||
<li> <i class="material-icons tiny">info</i> <%= $message->[0]->strftime('%H:%M') %>: <%= $message->[1] %></li>
|
||||
% }
|
||||
</ul>
|
||||
</p>
|
||||
% }
|
||||
|
|
Loading…
Reference in a new issue