Loading templates/layouts/default.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
templates/layouts/default.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading