26 lines
491 B
Plaintext
Executable File
26 lines
491 B
Plaintext
Executable File
|
|
|
|
.qi_header
|
|
%h1
|
|
|
|
Boutique
|
|
%span
|
|
Détail de la catégorie :
|
|
=@militer_cat.lang("fr").name
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
|
|
=simple_format @militer_cat.lang("fr").description
|
|
|
|
.sub_header
|
|
.right= link_to 'Ajouter une collection', new_admin_militer_cat_product_collection_path(@militer_cat), :class => "btn btn-primary", :remote => true
|
|
%h2 Collections
|
|
|
|
|
|
|
|
|
|
%table.table#product_collection_index=render @militer_cat.product_collections
|