39 lines
447 B
Plaintext
39 lines
447 B
Plaintext
= link_to 'Ajouter un groupe', new_admin_student_group_path, :class => "btn btn-primary", :style => "float:right;", :remote => true
|
|
|
|
|
|
%h1 Liste des étudiants
|
|
|
|
|
|
%table.table.table-hover
|
|
%thead#Admin_rows_header.rows_header
|
|
|
|
%tr
|
|
|
|
|
|
%td
|
|
Nom
|
|
|
|
|
|
%td{:style => "width:120px"}
|
|
|
|
|
|
|
|
|
|
|
|
%tbody#student_group_rows.rows
|
|
|
|
=render @student_groups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|