_checked_in: indentation fix

This commit is contained in:
Daniel Friesel 2022-07-15 22:37:02 +02:00
parent 79e141ae2e
commit 74123bbcc0
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -318,7 +318,7 @@
% }
% for my $station (@{$journey->{route_after}}) {
% my $is_dest = ($journey->{arr_name} and $station->[0] eq $journey->{arr_name});
<a class="action-checkout tablerow" style="<%= $is_dest? 'font-weight: bold;' : '' %>" data-station="<%= $station->[0] %>">
<a class="action-checkout tablerow" style="<%= $is_dest? 'font-weight: bold;' : '' %>" data-station="<%= $station->[0] %>">
<span><%= $station->[0] %></span>
% if ($station->[2] and $station->[2] eq 'cancelled') {
<span>entfällt</span>