diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-09-25 17:11:54 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-09-25 17:11:54 +0200 |
commit | 383ec3feb305645a63cc03b6f0f1b8cf8c3fd368 (patch) | |
tree | 9ffbb733688352505b86e30518c8fa649807a9d0 /templates/_transit_fyi.html.ep | |
parent | f3ad5a5ef3d420bf6f191b736a288aaf60f71d5a (diff) |
connections: platform on the left, times on the right; similar to departure board
Diffstat (limited to 'templates/_transit_fyi.html.ep')
-rw-r--r-- | templates/_transit_fyi.html.ep | 11 |
1 files changed, 7 insertions, 4 deletions
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 @@ <tr> <td> %= $info->{line} - <br/> + </td> + <td> + %= $via + </td> + <td> %= $info->{departure}->strftime('%H:%M') + → + %= $via_arr % if ($info->{departure_delay}) { %= sprintf('(%+d)', $info->{departure_delay}) % } </td> - <td> - <%= $via %><br/><%= $via_arr %> - </td> </tr> % } </tbody></table> |