- content_for(:title, "Notifications pour #{@procedure.libelle}") = render partial: 'administrateurs/breadcrumbs', locals: { steps: [[@procedure.libelle.truncate_words(10), instructeur_procedure_path(@procedure)], ['Groupes d’instructeurs']] } .fr-container.groupe-instructeur %h1 Gestion des Groupes .card %h2.fr-h3 Liste des groupes %table.table.mt-2 %tbody - @groupes_instructeurs.each do |group| %tr %td= group.label %td.actions= link_to "voir", instructeur_groupe_path(@procedure, group) = paginate @groupes_instructeurs, views_prefix: 'shared'