blog_eft_app/app/views/admin/admins/index.html.haml
2013-09-09 16:15:13 +02:00

44 lines
459 B
Plaintext

= link_to 'Ajouter un administrateur', new_admin_admin_path, :remote => true, :class => "btn btn-success btn-large", :style => "float:right;"
%h1 Liste des administrateurs
%table.table.table-hover
%thead#Admin_rows_header.rows_header
%tr
%td
Nom d'utilisateur
%td
Email
%td
Nom
%td
Prénom
%td{:style => "width:70px"}
 
%tbody#admin_rows.rows
=render @admins