Commit 1438139a authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

wagon order: support wings with same destination, but different route

parent b070290b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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="