diff options
Diffstat (limited to 'templates/zugbildung_db.html.ep')
-rw-r--r-- | templates/zugbildung_db.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div class="container"> <div class="wagonorder"> % for my $wagon (@{$wagons // []}) { -%= include '_wagon', direction => undef, wagon => $wagon; +%= include '_wagon', direction => undef, wagon => $wagon, type => $zb->{type}, wref => ''; % } </div> <div> |