62 lines
714 B
Plaintext
62 lines
714 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
|
|
Utilisateurs
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|