From 836cd8a39a2c6c64e3cd23239a18fe1c6ea8515c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 2 Jan 2021 18:03:34 +0100 Subject: show exit direction in wagon order --- templates/zugbildung_db.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/zugbildung_db.html.ep') diff --git a/templates/zugbildung_db.html.ep b/templates/zugbildung_db.html.ep index 2928b4d..6caeb61 100644 --- a/templates/zugbildung_db.html.ep +++ b/templates/zugbildung_db.html.ep @@ -11,9 +11,9 @@ Vorgesehener Zugtyp: <%= $zb->{type} %>
-
+
% for my $wagon (@{$wagons // []}) { -%= include '_wagon', direction => undef, wagon => $wagon, type => $zb->{type}, wref => ''; +%= include '_wagon', direction => undef, wagon => $wagon, type => $zb->{type}, wref => '', exit_dir => 'unknown'; % }