Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

31 lines
419 B
Plaintext

.right= link_to 'Ajouter un produit', new_admin_specific_map_item_path(), :class => "btn btn-primary"
%h1 Liste des produits du label
%table.stat_table.table.table-striped
%tr
%th Nom
%th Entreprise
%th Marque
%th Catégorie
%th Logo
%th{:style => "width:120px;"}
=render @specific_map_items
.pagination= paginate @specific_map_items