2019-07-30 14:37:00 +02:00
|
|
|
- title = "Statistiques · #{@procedure.libelle}"
|
|
|
|
- content_for(:title, title)
|
|
|
|
|
|
|
|
= render partial: 'new_administrateur/breadcrumbs',
|
2020-07-07 16:58:38 +02:00
|
|
|
locals: { steps: [link_to(@procedure.libelle, instructeur_procedure_path(@procedure)),
|
2019-07-30 14:37:00 +02:00
|
|
|
'Statistiques'] }
|
|
|
|
|
2021-06-02 12:47:53 +02:00
|
|
|
= render partial: 'shared/procedures/stats', locals: { title: title }
|