This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/admin/admin_roles/index.html.haml
2021-08-23 10:26:02 +02: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