Unverified Commit 308a5a85 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

app: respect hafas link in location search

parent dfdf32b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ Bitte eine Station aus der Liste auswählen</div>
  </div>
  % if (stash('input')) {
    <div class="geolink">
      <a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https') %>">Stationen in der Umgebung suchen</a>
      <a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https')->query({hafas => param('hafas')}) %>">Stationen in der Umgebung suchen</a>
    </div>
  % }
  <div class="break"></div>