You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
agenda-libre-ruby/app/views/orgas/_search.html.haml

11 lines
393 B

4 years ago
= search_form_for Orga.ransack(params[:q]) do |f|
= f.label :search, t('.label')
9 years ago
%em.fa.fa-users
= f.search_field :name_or_city_or_tags_or_description_cont_any,
4 years ago
id: :q_ransack, size: 16,
placeholder: t('.title', entity: Orga.model_name.human),
title: t('.helper', entity: Orga.model_name.human)
= f.button class: :search do
%em.fa.fa-search
%span.label= t '.label'