intra_app/app/views/admin/admin_roles/index.html.haml
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

26 lines
462 B
Plaintext

.qi_header
.right= link_to 'Ajouter un rôle', new_admin_admin_role_path(), :class => "btn btn-primary", :remote => true
%h1
=link_to "Administrateurs", admin_admins_path
%span
Rôles
.qi_row
.qi_pannel.qi_plain.padding
%table.table.table-hover
%thead
%tr
%th
Nom
%th
Permissions
%th
%tbody#admin_roles_rows
=render @admin_roles