From 0f9dde3810a3b86e0769e6013a19ccf0faeba0a3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 25 Dec 2020 17:27:57 +0100 Subject: add wagon images for IC and ICE 1/2/4 IC2, ICE 3 and ICE T will follow soon. --- templates/zugbildung_db.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/zugbildung_db.html.ep') diff --git a/templates/zugbildung_db.html.ep b/templates/zugbildung_db.html.ep index 0eb43e3..096ac0b 100644 --- a/templates/zugbildung_db.html.ep +++ b/templates/zugbildung_db.html.ep @@ -13,7 +13,7 @@
% for my $wagon (@{$wagons // []}) { -%= include '_wagon', direction => undef, wagon => $wagon; +%= include '_wagon', direction => undef, wagon => $wagon, type => $zb->{type}, wref => ''; % }
-- cgit v1.2.3