diff options
| -rw-r--r-- | templates/layouts/default.html.ep | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index d4f2407..8468391 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -67,10 +67,10 @@ Bitte eine Station aus der Liste auswählen</div>        %= select_field station => stash('stationlist')  % }  % elsif (stash('station')) { -      %= text_field 'station', class => 'station' +      %= text_field 'station', class => 'station', placeholder => 'Name oder DS100-Kürzel'  % }  % else { -      %= text_field 'station', class => 'station', autofocus => 'autofocus' +      %= text_field 'station', class => 'station', placeholder => 'Name oder DS100-Kürzel', autofocus => 'autofocus'  % }      </div>    </div> | 
