demarches-normaliennes/app/views/instructeurs/procedures/stats.html.haml
2021-11-30 08:49:38 +01:00

8 lines
327 B
Text

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