demarches-normaliennes/app/views/instructeurs/procedures/stats.html.haml

9 lines
327 B
Text
Raw Normal View History

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