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