19 lines
365 B
Plaintext
19 lines
365 B
Plaintext
.header
|
|
.right= link_to 'Ajouter un administrateur', new_admin_admin_path, :remote => true, :class => "button"
|
|
%h1 Liste des administrateurs
|
|
|
|
.grid_12
|
|
%table
|
|
%thead
|
|
|
|
%tr
|
|
%th Nom d'utilisateur
|
|
%th Email
|
|
%th Nom
|
|
%th Prénom
|
|
%th{:style => "width:70px"}
|
|
|
|
%tbody#admin_rows.rows.QI_table_alternate_alt1
|
|
|
|
=render @admins
|