Nicolas Bally 3524d4c862 intial
2020-03-18 15:49:29 +01:00

10 lines
245 B
Plaintext

%h1=@p_fournisseur.name
%h2 Marques
=link_to "ajouter une marque", new_admin_label_marque_path(:p_fournisseur_id => @p_fournisseur.id), :class => "btn btn-primary"
%table.table
=render @p_fournisseur.label_marques.order(:name)
%br
%br
%br
%br