Commit 8fc681c5 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

add placeholder text for main input element

parent 5989f850
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>