diff options
| author | Daniel Friesel <daniel.friesel@uos.de> | 2022-09-29 18:28:31 +0200 | 
|---|---|---|
| committer | Daniel Friesel <daniel.friesel@uos.de> | 2022-09-29 18:28:31 +0200 | 
| commit | 6284360e8068397a64e92fa52e7de19531fbb053 (patch) | |
| tree | b8d8da9db3c41d19abdd6064e2377b04eb19f767 | |
| parent | 1e7fa039c5177bf1a064818b9eb94f6be4d843a0 (diff) | |
connections: show platform above train line1.24.1
| -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 %>"> | 
