Loading templates/layouts/default.html.ep +4 −1 Original line number Diff line number Diff line Loading @@ -56,8 +56,11 @@ % if (stash('stationlist')) { %= select_field station => stash('stationlist') % } % else { % elsif (stash('station')) { %= text_field 'station', class => 'station' % } % else { %= text_field 'station', class => 'station', autofocus => 'autofocus' % } </div> </div> Loading Loading
templates/layouts/default.html.ep +4 −1 Original line number Diff line number Diff line Loading @@ -56,8 +56,11 @@ % if (stash('stationlist')) { %= select_field station => stash('stationlist') % } % else { % elsif (stash('station')) { %= text_field 'station', class => 'station' % } % else { %= text_field 'station', class => 'station', autofocus => 'autofocus' % } </div> </div> Loading