diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_connections.html.ep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/_connections.html.ep b/templates/_connections.html.ep index a69b1fe..c9cd0fe 100644 --- a/templates/_connections.html.ep +++ b/templates/_connections.html.ep @@ -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> |