21 lines
346 B
Plaintext
21 lines
346 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter une marque', new_admin_s_brand_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Marques
|
|
%span
|
|
Liste
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Code
|
|
%th Nom
|
|
%th.actions
|
|
|
|
|
|
%tbody#s_brands_rows
|
|
=render @s_brands
|
|
|
|
|