Unverified Commit cd99bd63 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

_checked_in: move interchange icon to train icons

now all icons are located next to the destination stop
parent e83cfc53
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>