demarches-normaliennes/app/views/gestionnaires/groupe_gestionnaires/index.html.haml
Colin Darie acbddb5c29 style(gestionnaire): minor style improvements
Co-Authored-By: krichtof <christophe.robillard@beta.gouv.fr>
2023-12-12 11:31:02 +01:00

19 lines
541 B
Text

= render 'main_navigation'
= render partial: 'gestionnaires/breadcrumbs',
locals: { steps: [['Groupes gestionnaires', gestionnaire_groupe_gestionnaires_path]] }
.fr-container.procedure-admin-container
.fr-container#groupe_gestionnaire
%table.fr-table.width-100.mt-3
%thead
%tr
%th{ scope: "col" }
Nom
%tbody
- @groupe_gestionnaires.each do |groupe_gestionnaire|
%tr
%td
= link_to groupe_gestionnaire.name, gestionnaire_groupe_gestionnaire_path(groupe_gestionnaire)