Commit 1bab0518 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

wagon order: do not show train numbers twice

parent 92ff26ef
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -9,9 +9,6 @@
% else {
  <div class="container">
    <div style="text-align: center;">
%=    join(' / ', map { $wr->train_type . ' ' . $_ } $wr->train_numbers )
    </div>
    <div style="text-align: center;">
%=    join( ' / ', $wr->origins )

%=    join( ' / ', map { $_->{name} } $wr->destinations )