From 4609b7312d67063b2cb0d5803260d7dc25475bc2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 14 Dec 2020 19:18:19 +0100 Subject: show expected wagon order whan real-time data is not available work in progress. --- templates/_train_details.html.ep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/_train_details.html.ep') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index e1ce093..7c3ee4a 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -112,6 +112,9 @@ Wagenreihung % } +% elsif ($icetype and $icetype->[2] and $linetype eq 'fern') { + Plan: <%= $icetype->[0] %> +% } % elsif ($icetype and $icetype->[1] and $linetype eq 'fern') { Plan: <%= $icetype->[0] %> % } -- cgit v1.2.3