46 lines
521 B
Plaintext
46 lines
521 B
Plaintext
= link_to 'Ajouter un utilisateur', new_admin_student_user_path, :class => "btn btn-primary", :style => "float:right;"
|
|
|
|
|
|
%h1 Liste des étudiants
|
|
|
|
|
|
%table.table.table-hover
|
|
%thead#Admin_rows_header.rows_header
|
|
|
|
%tr
|
|
%td
|
|
|
|
%td
|
|
Nom
|
|
%td
|
|
Adresse
|
|
%td
|
|
Email
|
|
%td
|
|
Téléphone
|
|
|
|
|
|
|
|
%td{:style => "width:100px"}
|
|
|
|
|
|
|
|
|
|
|
|
%tbody#admin_rows.rows
|
|
|
|
=render @student_users
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|