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