From da0a8d4461c0d4449477e1b7a188669d496a09d1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 26 May 2019 20:31:09 +0200 Subject: Show timestamps for train routes --- templates/_train_details.html.ep | 84 +++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 44 deletions(-) (limited to 'templates') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index b1dfd13..cdadaa0 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -79,16 +79,41 @@ % } +% } +% if ($departure->{moreinfo} and @{$departure->{moreinfo}}) { + Meldungen: + % } % if ($departure->{route_pre_diff} and $departure->{route_post_diff}) { % if (@{$departure->{route_pre_diff}}) { -
- Von: -% my $first = 0; + Von: +
+ % } % if (@{$departure->{route_post_diff}}) { -
- Nach: -% my $first = 0; + Nach: +
+ % } -% } -% if ($departure->{moreinfo} and @{$departure->{moreinfo}}) { - Meldungen: - % } -- cgit v1.2.3