From 6284360e8068397a64e92fa52e7de19531fbb053 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 29 Sep 2022 18:28:31 +0200 Subject: connections: show platform above train line --- templates/_connections.html.ep | 14 +++++++------- 1 file 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 @@ % } - % if ($checkin_from) { - <%= $train->line %> - % } - % else { - %= $train->line - % } -
% if ($train->platform) { % if ($checkin_from) { Gleis <%= $train->platform %> @@ -29,6 +22,13 @@ % else { Gleis <%= $train->platform %> % } +
+ % } + % if ($checkin_from) { + <%= $train->line %> + % } + % else { + %= $train->line % } -- cgit v1.2.3