From 2a55a8f7c6b5a8d3b8619b5014389d9ad2c99937 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 31 Oct 2022 16:37:32 +0100 Subject: train details: show operator and additional HIM messages --- templates/_train_details.html.ep | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'templates') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 9a440ef..2d61939 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -288,6 +288,31 @@ % } % } +% if ($departure->{operator}) { +
Betrieb: <%= $departure->{operator} %>
+% } +% if ($departure->{details} and @{$departure->{details}}) { + Details: + +% } % if ($departure->{has_cycle}) {
Umlaufplan (ggf. fehlerhaft)
-- cgit v1.2.3