Loading templates/layouts/app.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -134,10 +134,10 @@ Bitte eine Station aus der Liste auswählen</div> %= select_field input => stash('stationlist') % } % elsif (stash('input')) { %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder DS100-Kürzel', id => 'stationinput' %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder Ril100-Kürzel', id => 'stationinput' % } % else { %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder DS100-Kürzel', id => 'stationinput', autofocus => 'autofocus' %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder Ril100-Kürzel', id => 'stationinput', autofocus => 'autofocus' % } </div> </div> Loading templates/layouts/legacy.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -73,10 +73,10 @@ Bitte eine Station aus der Liste auswählen</div> %= select_field input => stash('stationlist') % } % elsif (stash('input')) { %= text_field 'input', class => 'station', placeholder => 'Name oder DS100-Kürzel' %= text_field 'input', class => 'station', placeholder => 'Name oder Ril100-Kürzel' % } % else { %= text_field 'input', class => 'station', placeholder => 'Name oder DS100-Kürzel', autofocus => 'autofocus' %= text_field 'input', class => 'station', placeholder => 'Name oder Ril100-Kürzel', autofocus => 'autofocus' % } </div> </div> Loading Loading
templates/layouts/app.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -134,10 +134,10 @@ Bitte eine Station aus der Liste auswählen</div> %= select_field input => stash('stationlist') % } % elsif (stash('input')) { %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder DS100-Kürzel', id => 'stationinput' %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder Ril100-Kürzel', id => 'stationinput' % } % else { %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder DS100-Kürzel', id => 'stationinput', autofocus => 'autofocus' %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder Ril100-Kürzel', id => 'stationinput', autofocus => 'autofocus' % } </div> </div> Loading
templates/layouts/legacy.html.ep +2 −2 Original line number Diff line number Diff line Loading @@ -73,10 +73,10 @@ Bitte eine Station aus der Liste auswählen</div> %= select_field input => stash('stationlist') % } % elsif (stash('input')) { %= text_field 'input', class => 'station', placeholder => 'Name oder DS100-Kürzel' %= text_field 'input', class => 'station', placeholder => 'Name oder Ril100-Kürzel' % } % else { %= text_field 'input', class => 'station', placeholder => 'Name oder DS100-Kürzel', autofocus => 'autofocus' %= text_field 'input', class => 'station', placeholder => 'Name oder Ril100-Kürzel', autofocus => 'autofocus' % } </div> </div> Loading