diff options
| -rw-r--r-- | templates/_connections.html.ep | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/templates/_connections.html.ep b/templates/_connections.html.ep index 087beca..913de73 100644 --- a/templates/_connections.html.ep +++ b/templates/_connections.html.ep @@ -15,13 +15,6 @@  			<tr>  		% }  			<td class="<%= $td_class %>"> -				% if ($checkin_from) { -					<a><%= $train->line %></a> -				% } -				% else { -					%= $train->line -				% } -				<br/>  				% if ($train->platform) {  					% if ($checkin_from) {  						<a>Gleis <%= $train->platform %></a> @@ -29,6 +22,13 @@  					% else {  						Gleis <%= $train->platform %>  					% } +					<br/> +				% } +				% if ($checkin_from) { +					<a><%= $train->line %></a> +				% } +				% else { +					%= $train->line  				% }  			</td>  			<td class="<%= $td_class %>"> | 
