diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-25 17:27:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-25 17:27:57 +0100 |
commit | 0f9dde3810a3b86e0769e6013a19ccf0faeba0a3 (patch) | |
tree | cd2c4a5f2b9914f1e6d335f00038c12ebe66d209 /templates/wagenreihung.html.ep | |
parent | 7d29c0f25f4d7e4e47ea726bcdac1985da866126 (diff) |
add wagon images for IC and ICE 1/2/4
IC2, ICE 3 and ICE T will follow soon.
Diffstat (limited to 'templates/wagenreihung.html.ep')
-rw-r--r-- | templates/wagenreihung.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wagenreihung.html.ep b/templates/wagenreihung.html.ep index 512c30c..38987a9 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -60,7 +60,7 @@ % } % } % for my $wagon ($wr->wagons) { -%= include '_wagon', direction => $wr->direction, wagon => $wagon; +%= include '_wagon', direction => $wr->direction, wagon => $wagon, type => $wr->train_subtype // 'IC', wref => $wref; % } </div> <!-- <div> |