31 lines
650 B
Plaintext
31 lines
650 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter un client', new_admin_p_customer_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Ventes
|
|
%span
|
|
Clients
|
|
|
|
|
|
|
|
|
|
.qi_search_row
|
|
=form_tag "", :method => "get", :onsubmit => "" do
|
|
-params[:search] =params[:search] || {}
|
|
|
|
|
|
%table
|
|
%tr
|
|
%td Nom :
|
|
%td=text_field_tag "search[name]", params[:search][:name],:class => "form-control"
|
|
|
|
|
|
|
|
=render :partial => "qi/qi_ordered_table_search_footer", :locals => {:collection_object => @p_customers}
|
|
|
|
|
|
=render :partial => "qi/qi_ordered_table", :locals => {:qi_ordered_table_collection => @p_customers}
|
|
|
|
|
|
|
|
|
|
|