22 lines
415 B
Plaintext
22 lines
415 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter une catégorie client', new_admin_p_customer_cat_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Clients
|
|
%span
|
|
Catégories
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Nom
|
|
%th Délais de paiement
|
|
%th Encours max
|
|
%th
|
|
|
|
|
|
%tbody#p_customer_cats_rows
|
|
=render @p_customer_cats
|
|
|
|
|