mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
_checked_in: indentation fix
This commit is contained in:
parent
79e141ae2e
commit
74123bbcc0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue