mmsc_app/app/views/admin/s_brands/index.html.haml
Nicolas Bally a6aa1f6074 Initial
2020-05-25 11:40:11 +02:00

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