From 1823c4f669b0faace79bbb3af4fc57e7d5d166ef Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 8 May 2015 13:51:23 +0200 Subject: clean tepmlate: popup: add some margins --- templates/clean.html.ep | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/clean.html.ep') diff --git a/templates/clean.html.ep b/templates/clean.html.ep index 69a8730..69f954f 100644 --- a/templates/clean.html.ep +++ b/templates/clean.html.ep @@ -57,6 +57,7 @@ % } % if (not $departure->{is_cancelled}) { +
% if ($departure->{sched_arrival}) { Ankunft: <%= $departure->{sched_arrival} %> % if ($departure->{arrival} and $departure->{arrival} ne $departure->{sched_arrival}) { @@ -71,9 +72,12 @@ Abfahrt: <%= $departure->{sched_departure} %> % }
% } +
% } % if ($departure->{route_post} and @{$departure->{route_post}}) { -Über: <%= join(' – ', @{$departure->{route_post} // q{???}}) %>
+
+Über: <%= join(' – ', @{$departure->{route_post} // q{???}}) %> +
% } % if ($departure->{moreinfo} and @{$departure->{moreinfo}}) { Meldungen: -- cgit v1.2.3