diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/wagenreihung.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/wagenreihung.html.ep b/templates/wagenreihung.html.ep index 493d9c6..a68590b 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -17,7 +17,7 @@ % } <div class="container"> <div style="text-align: center;"> -%= join( ' / ', $wr->origins ) +%= join( ' / ', map { $_->{name} } $wr->origins ) → %= join( ' / ', map { $_->{name} } $wr->destinations ) </div> @@ -28,7 +28,7 @@ % } </div> % } - <%= $wr->station_name %> Gleis <%= $wr->platform %><br/> + <%= $wr->station->{name} %> Gleis <%= $wr->platform %><br/> % for my $desc ($wr->train_descriptions) { % if ($desc->{text}) { %= $desc->{text} |