This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
2021-11-18 17:47:00 +01:00

16 lines
456 B
Plaintext

.qi_header
.right= link_to ic(:plus)+' Ajouter', new_admin_s_inventaire_path(), :class => "btn btn-primary btn-ap-add", :remote => true
%h1
Inventaires
.qi_search_row
=form_tag "", :method => "get", :onsubmit => "" do
=render :partial => "qi/qi_ordered_table_search_footer", :locals => {:collection_object => @s_inventaires}
=render :partial => "qi/qi_ordered_table", :locals => {:qi_ordered_table_collection => @s_inventaires}