demarches-normaliennes/app/views/new_administrateur/groupe_instructeurs/index.html.haml

20 lines
562 B
Text
Raw Normal View History

2019-10-17 15:13:50 +02:00
= render partial: 'new_administrateur/breadcrumbs',
locals: { steps: [link_to('Démarches', admin_procedures_path),
link_to(@procedure.libelle, admin_procedure_path(@procedure)),
'Groupes dinstructeurs'] }
.container.groupe-instructeur
.card
.card-title Gestion des Groupes
%table.table.mt-2
%thead
%tr
%th{ colspan: 2 } Liste des groupes
%tbody
- @groupes_instructeurs.each do |group|
%tr
%td= group.label
= paginate @groupes_instructeurs