So that "any", "with" or "without" is kept when a new search term is intered.
3 lines
No EOL
189 B
Text
3 lines
No EOL
189 B
Text
= form_tag url_for, :method=>'GET'
|
|
= text_field_tag(:search, params[:search], placeholder: "Search...", maxlength: 50, size: 20, autofocus: true)
|
|
= hidden_field_tag :show, params[:show] |