stadtratmonitor/app/views/search/_form.slim

3 lines
115 B
Text
Raw Normal View History

2015-04-27 22:35:11 +02:00
= form_tag(search_path, method: :get)
= text_field_tag(:q, params[:q], placeholder: 'Suche…', autofocus: true)