mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
connections: show platform above train line
This commit is contained in:
parent
1e7fa039c5
commit
6284360e80
1 changed files with 7 additions and 7 deletions
|
@ -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 %>">
|
||||
|
|
Loading…
Reference in a new issue