diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-12-23 17:01:21 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-12-23 17:01:21 +0100 |
commit | 1438139a2857a15deb0e77249b3e8a1f12d809c5 (patch) | |
tree | d84319dc7337b5ea0a3fff630748f863f8053256 | |
parent | b070290bfd7999b43a094fcaaf9feb32a0d870cd (diff) |
wagon order: support wings with same destination, but different route2.3.18
-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 85557a1..2167204 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -69,7 +69,7 @@ % if ($wagon->is_locomotive or $wagon->is_powercar) { % $bg = 'background-color: #cccccc;'; % } -% if ($has_multi_dest and $wagon->train_no ne $train_no) { +% if ($wagon->train_no ne $train_no) { % $extra_class .= ' nondestwagon'; % } <div class="wagon <%= $extra_class %>" style=" |