basic_app/app/views/admin/s_brands/index.html.haml
Nicolas Bally fd027c16c1 initial
2020-04-21 21:53:16 +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