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

10 lines
202 B
Plaintext
Raw Normal View History

= link_to lugs_path do
%h2
%em.fa.fa-users
= title t '.title', entity: Lug.model_name.human
2014-07-27 01:50:22 +02:00
= search_form_for @search do |f|
= f.label :name_cont
= f.search_field :name_cont
= f.submit