29 lines
466 B
Plaintext
29 lines
466 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter un fournisseur', new_admin_p_fournisseur_path(), :class => "btn btn-primary bgbd-stocks", :remote => true
|
|
%h1
|
|
Achats
|
|
%span
|
|
Fournisseurs
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Code
|
|
|
|
|
|
%th Nom
|
|
|
|
%th Adresse
|
|
%th
|
|
Email
|
|
%th
|
|
Tél
|
|
%th
|
|
|
|
|
|
%tbody#p_fournisseurs_rows
|
|
=render @p_fournisseurs
|
|
|
|
|