agenda-libre-ruby/app/views/lugs/_search.html.haml

10 lines
202 B
Plaintext

= link_to lugs_path do
%h2
%em.fa.fa-users
= title t '.title', entity: Lug.model_name.human
= search_form_for @search do |f|
= f.label :name_cont
= f.search_field :name_cont
= f.submit