From 383ec3feb305645a63cc03b6f0f1b8cf8c3fd368 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 25 Sep 2022 17:11:54 +0200 Subject: connections: platform on the left, times on the right; similar to departure board --- templates/_transit_fyi.html.ep | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates/_transit_fyi.html.ep') diff --git a/templates/_transit_fyi.html.ep b/templates/_transit_fyi.html.ep index 42233e5..5951e7d 100644 --- a/templates/_transit_fyi.html.ep +++ b/templates/_transit_fyi.html.ep @@ -5,15 +5,18 @@ %= $info->{line} -
+ + + %= $via + + %= $info->{departure}->strftime('%H:%M') + → + %= $via_arr % if ($info->{departure_delay}) { %= sprintf('(%+d)', $info->{departure_delay}) % } - - <%= $via %>
<%= $via_arr %> - % } -- cgit v1.2.3