demarches-normaliennes/app/views/instructeurs/procedures/stats.html.haml
kara Diaby 66f0fa35f2 layout
2021-06-04 15:29:08 +02:00

8 lines
330 B
Text

- title = "Statistiques · #{@procedure.libelle}"
- content_for(:title, title)
= render partial: 'new_administrateur/breadcrumbs',
locals: { steps: [link_to(@procedure.libelle, instructeur_procedure_path(@procedure)),
'Statistiques'] }
= render partial: 'shared/procedures/stats', locals: { title: title }