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

4 lines
130 B
Text

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