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>
|
<tr>
|
||||||
% }
|
% }
|
||||||
<td class="<%= $td_class %>">
|
<td class="<%= $td_class %>">
|
||||||
% if ($checkin_from) {
|
|
||||||
<a><%= $train->line %></a>
|
|
||||||
% }
|
|
||||||
% else {
|
|
||||||
%= $train->line
|
|
||||||
% }
|
|
||||||
<br/>
|
|
||||||
% if ($train->platform) {
|
% if ($train->platform) {
|
||||||
% if ($checkin_from) {
|
% if ($checkin_from) {
|
||||||
<a>Gleis <%= $train->platform %></a>
|
<a>Gleis <%= $train->platform %></a>
|
||||||
|
@ -29,6 +22,13 @@
|
||||||
% else {
|
% else {
|
||||||
Gleis <%= $train->platform %>
|
Gleis <%= $train->platform %>
|
||||||
% }
|
% }
|
||||||
|
<br/>
|
||||||
|
% }
|
||||||
|
% if ($checkin_from) {
|
||||||
|
<a><%= $train->line %></a>
|
||||||
|
% }
|
||||||
|
% else {
|
||||||
|
%= $train->line
|
||||||
% }
|
% }
|
||||||
</td>
|
</td>
|
||||||
<td class="<%= $td_class %>">
|
<td class="<%= $td_class %>">
|
||||||
|
|
Loading…
Reference in a new issue