lockaz_app/app/views/admin/s_modules/index.html.haml
Nicolas Bally f20fe482c6 initial
2020-04-06 10:38:07 +02:00

13 lines
283 B
Plaintext

.qi_header
.right= link_to 'Ajouter ', new_admin_s_module_path(), :class => "btn btn-primary", :remote => true
%h1
Modules
%span
Liste des modules
.qi_row
.qi_pannel.qi_plain.padding
=render :partial => "index", :locals => {:s_modules => @s_modules}