diff --git a/app/views/lugs/_search.html.haml b/app/views/lugs/_search.html.haml index 5da5af0f..325d11f2 100644 --- a/app/views/lugs/_search.html.haml +++ b/app/views/lugs/_search.html.haml @@ -1,5 +1,5 @@ = search_form_for @search || Lug.search(params[:q]) do |f| - = f.label :name_cont + = f.label :name_or_city_or_department_or_related_region_name_or_url_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)