pollen_app/app/views/admin/admins/index.html.haml
Nicolas Bally 120e9803eb initial
2020-04-28 14:51:42 +02:00

62 lines
709 B
Plaintext

.qi_header
.right
= link_to 'Ajouter un administrateur', new_admin_admin_path, :remote => true, :class => "btn btn-primary"
%h1
Administrateurs
.qi_row
.qi_pannel.qi_plain.padding
%table.table.table-hover
%thead
%tr
%th
Clients
%th Commercial
%th
Rôle
%th
Permissions
%th{:style => "width:100px"}
 
%tbody#admin_rows.rows
=render @admins
.right
%p
=link_to "Gestion des rôles >", admin_admin_roles_path
.clear