mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 16:13:14 +01:00
3 lines
115 B
Text
3 lines
115 B
Text
|
= form_tag(search_path, method: :get)
|
||
|
= text_field_tag(:q, params[:q], placeholder: 'Suche…', autofocus: true)
|