2014-07-29 00:00:13 +02:00
|
|
|
= search_form_for @search || Lug.search(params[:q]) do |f|
|
2014-07-27 16:42:40 +02:00
|
|
|
= link_to lugs_path do
|
2014-07-29 00:00:13 +02:00
|
|
|
= f.label :name_cont
|
|
|
|
%em.fa.fa-users
|
|
|
|
= f.search_field :name_or_city_or_department_or_related_region_name_or_url_cont, size: 13,
|
|
|
|
placeholder: t('.title', entity: Lug.model_name.human)
|
2014-07-27 16:42:40 +02:00
|
|
|
= f.button class: :search do
|
|
|
|
%em.fa.fa-search
|