From c1c0239984d78ab6045278a2036899c613d5f9c5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 7 Nov 2022 21:08:39 +0100 Subject: add top-margin for train details --- templates/_train_details.html.ep | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'templates') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 2d61939..9ea3581 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -289,29 +289,30 @@ % } % if ($departure->{operator}) { -
Betrieb: <%= $departure->{operator} %>
+
Betrieb: <%= $departure->{operator} %>
% } % if ($departure->{details} and @{$departure->{details}}) { - Details: - + % } % if ($departure->{has_cycle}) {
Umlaufplan -- cgit v1.2.3