diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-10-18 19:22:03 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-10-18 19:22:03 +0200 | 
| commit | 0ebb16bb9220d22bedc7151720e77d2b5097fe5a (patch) | |
| tree | b7193a3e8a533288da51852a0ee3ec3017d200bf | |
| parent | 7bae99bf1952df273554fc5235e0336c5331e95e (diff) | |
geosearch button: add efa parameter
| -rw-r--r-- | templates/layouts/app.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index f920d61..c5fef63 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -139,7 +139,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')->query({hafas => param('hafas')}) %>">Stationen in der Umgebung suchen</a> +      <a class="button" href="<%= url_for('_autostop')->to_abs->scheme('https')->query({efa => param('efa'), hafas => param('hafas')}) %>">Stationen in der Umgebung suchen</a>      </div>    % }    <div class="backendlink"> | 
