Unverified Commit 10dc685d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

_checked_out: fix link for check-outs at HAFAS stations

parent 40961f53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>