From ce1d4a51e148e2f225626c46b229a04b2db43041 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 23 Sep 2020 20:30:22 +0200 Subject: improve(?) wagen order icon --- templates/_train_details.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 3168852..4084b55 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -109,11 +109,11 @@ Karte % } % if ($departure->{wr_link}) { - Wagenreihung + Wagenreihung % } % elsif ($icetype and $icetype->[1] and $departure->{train_type} ne 'Bus') { - Plan: <%= $icetype->[0] %> + Plan: <%= $icetype->[0] %> % } % for my $link (@{$departure->{links}}) { <%= $link->[0] %> -- cgit v1.2.3