31 lines
419 B
Plaintext
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
|
|
|
|
|
|
|