27 lines
403 B
Plaintext
27 lines
403 B
Plaintext
%h1=@label_marque.name
|
|
|
|
%h2 Produits
|
|
=link_to "ajouter un produit", new_admin_label_produit_path(:label_marque_id => @label_marque.id)
|
|
%table.stat_table.table.table-striped
|
|
%tr
|
|
%th Nom
|
|
|
|
%th Entreprise
|
|
|
|
%th Marque
|
|
|
|
%th Catégorie
|
|
|
|
%th Logo
|
|
|
|
%th{:style => "width:120px;"}
|
|
|
|
|
|
|
|
|
|
=render @label_produits
|
|
|
|
.pagination= paginate @label_produits
|
|
%br
|
|
%br
|
|
%br |