Commit ea650826 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

wagenreihung: show all train numbers, origins and destinations

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

%=  join( ' / ', $wr->destinations )
  </div>
<!--  <div style="text-align: center;">
    ??? → ???
  </div> -->
  <%= $wr->station_name %> Gleis <%= $wr->platform %><br/>
  Zugtyp: <%= $wr->train_subtype // 'IC?' %>
</div>