stadtratmonitor/app/views/search/_form.slim
2015-04-27 22:35:11 +02:00

2 lines
115 B
Text

= form_tag(search_path, method: :get)
= text_field_tag(:q, params[:q], placeholder: 'Suche…', autofocus: true)