2015-02-15 17:10:17 +01:00
|
|
|
= search_form_for @search || Orga.search(params[:q]) do |f|
|
2014-08-09 22:34:57 +02:00
|
|
|
= f.label :search, t('.label')
|
2014-08-07 00:58:11 +02:00
|
|
|
%em.fa.fa-users
|
2016-01-08 11:29:50 +01:00
|
|
|
= f.search_field :name_or_city_or_department_or_region_name_or_url_or_diaspora_or_tags_or_description_cont_any,
|
2014-12-21 00:14:46 +01:00
|
|
|
id: :q_search, size: 16,
|
2015-02-15 17:10:17 +01:00
|
|
|
placeholder: t('.title', entity: Orga.model_name.human)
|
2014-07-27 16:42:40 +02:00
|
|
|
= f.button class: :search do
|
|
|
|
%em.fa.fa-search
|
2015-02-15 17:10:17 +01:00
|
|
|
%span.label= t '.label'
|