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

10 lines
261 B
Plaintext

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