mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
_checked_out: fix link for check-outs at HAFAS stations
This commit is contained in:
parent
40961f53fd
commit
10dc685d3b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class="card-content">
|
||||
<span class="card-title">Ausgecheckt</span>
|
||||
<p>Aus <%= $journey->{train_type} %> <%= $journey->{train_no} %>
|
||||
bis <a href="/s/<%= $journey->{arr_eva} %>"><%= $journey->{arr_name} %></a></p>
|
||||
bis <a href="/s/<%= $journey->{arr_eva} %>?hafas=<%= $journey->{train_id} =~ m{[|]} ? 1 : 0 %>"><%= $journey->{arr_name} %></a></p>
|
||||
% if (my @connections = @{stash('connections') // []}) {
|
||||
<span class="card-title" style="margin-top: 2ex;">Verbindungen</span>
|
||||
<p>Zug auswählen zum Einchecken mit Zielwahl.</p>
|
||||
|
|
Loading…
Reference in a new issue