summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2022-09-29 18:28:31 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2022-09-29 18:28:31 +0200
commit6284360e8068397a64e92fa52e7de19531fbb053 (patch)
treeb8d8da9db3c41d19abdd6064e2377b04eb19f767
parent1e7fa039c5177bf1a064818b9eb94f6be4d843a0 (diff)
connections: show platform above train line1.24.1
-rw-r--r--templates/_connections.html.ep14
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 %>">