diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-08-01 20:12:48 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-01 20:12:48 +0200 |
commit | 13c52f896bfb5474386e32e563125363117d068c (patch) | |
tree | 32c968ef46e2cf362164d387b12748ada02f03a2 /templates/layouts/default.html.ep | |
parent | 7bc1518c547865a603f74181f0a56ea15104d89b (diff) |
also autocomplete via field
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 620fce2..bb647b0 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -92,7 +92,7 @@ Bitte eine Station aus der Liste auswählen</div> Nur Züge über </div> <div> - %= text_field 'via', placeholder => 'Bahnhof 1, Bhf2, ... (oder regulärer Ausdruck)' + %= text_field 'via', placeholder => 'Bahnhof 1, Bhf2, ... (oder regulärer Ausdruck)', class => 'station' </div> </div> <div class="field"> |