summaryrefslogtreecommitdiff
path: root/templates/layouts/app.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-04-02 21:40:18 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-04-02 21:40:18 +0200
commitb8254210a97e833fbf396f0af9aa9e49339d8284 (patch)
tree44e53d03e874d6987523f916dd9980680b01a9dd /templates/layouts/app.html.ep
parent8fe91bd6645e69ac576998abf00779aaf1f019aa (diff)
Pass HAFAS service on to geostop
Diffstat (limited to 'templates/layouts/app.html.ep')
-rw-r--r--templates/layouts/app.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep
index ae3a7a2..8c6715a 100644
--- a/templates/layouts/app.html.ep
+++ b/templates/layouts/app.html.ep
@@ -138,7 +138,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>