From cd99bd6354efeb8fe60ef2d4bec1915dd8a4421a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 24 Sep 2022 18:09:06 +0200 Subject: _checked_in: move interchange icon to train icons now all icons are located next to the destination stop --- templates/_connections.html.ep | 6 +++--- 1 file 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 %>
<%= $via_arr %> % } + % if ($train->{interchange_icon}) { + <%= $train->{interchange_icon} %> + % } % if ($train->{message_id}{96} or $train->{message_id}{97}) { warning % } @@ -58,9 +61,6 @@ % if ($train->departure_delay) { %= sprintf('(%+d)', $train->departure_delay) % } - % if ($train->{interchange_icon}) { - <%= $train->{interchange_icon} %> - % } % } -- cgit v1.2.3