stadtratmonitor/app/views/search/index.html.slim

5 lines
130 B
Text
Raw Normal View History

= form_tag(search_path, method: :get)
= label_tag(:q, 'Suche:')
= text_field_tag(:q)
= submit_tag 'Suchen', class: 'button'