diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-27 18:43:56 +0100 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-27 18:43:56 +0100 | 
| commit | 45cbbdc136700440f6701dd95a1f46b9d22a96cf (patch) | |
| tree | ae3a04e7a222e14af08685874c406c3ad5e2e026 | |
| parent | 6c552af10823c69dc740fea696622d543e297a1e (diff) | |
app: keep HAFAS parameter.
| -rw-r--r-- | templates/layouts/app.html.ep | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index 94e0930..9cc81e9 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -117,6 +117,7 @@ Bitte eine Station aus der Liste auswählen</div>  %= form_for _redirect => begin +%= hidden_field hafas => param('hafas')  <div>    <div class="field">      <div class="desc">Zug / Station</div> | 
