From 4a96cf1f476cb55460510c3b87b3df6b6bfce1bf Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 24 Sep 2022 18:57:23 +0200 Subject: connections: link for departure time --- templates/_connections.html.ep | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/_connections.html.ep b/templates/_connections.html.ep index 324dfab..a8b74f7 100644 --- a/templates/_connections.html.ep +++ b/templates/_connections.html.ep @@ -22,6 +22,9 @@ %= $train->line % }
+ % if ($checkin_from) { + + % } % if ($train->departure_is_cancelled) { %= $train->sched_departure->strftime('%H:%M') ⊖ @@ -32,6 +35,9 @@ %= sprintf('(%+d)', $train->departure_delay) % } % } + % if ($checkin_from) { + + % } % if ($checkin_from) { -- cgit v1.2.3