_checked_in: move interchange icon to train icons

now all icons are located next to the destination stop
This commit is contained in:
Daniel Friesel 2022-09-24 18:09:06 +02:00
parent e83cfc5303
commit cd99bd6354
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -29,6 +29,9 @@
% else {
<%= $via %><br/><%= $via_arr %>
% }
% if ($train->{interchange_icon}) {
<i class="material-icons tiny" aria-label="<%= $train->{interchange_text} %>"><%= $train->{interchange_icon} %></i>
% }
% if ($train->{message_id}{96} or $train->{message_id}{97}) {
<i class="material-icons tiny" aria-label="Zug ist überbesetzt">warning</i>
% }
@ -58,9 +61,6 @@
% if ($train->departure_delay) {
%= sprintf('(%+d)', $train->departure_delay)
% }
% if ($train->{interchange_icon}) {
<i class="material-icons tiny" aria-label="<%= $train->{interchange_text} %>"><%= $train->{interchange_icon} %></i>
% }
% }
</td>
</tr>