10 lines
261 B
Plaintext
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 |