diff options
Diffstat (limited to 'templates')
-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 8d0cb23..0f38789 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -14,7 +14,7 @@ <div style="text-align: center;"> %= join( ' / ', $wr->origins ) → -%= join( ' / ', $wr->destinations ) +%= join( ' / ', map { $_->{name} } $wr->destinations ) </div> <%= $wr->station_name %> Gleis <%= $wr->platform %><br/> Zugtyp: <%= $wr->train_subtype // 'IC?' %> |