2019-07-30 14:37:00 +02:00
|
|
|
- title = "Statistiques · #{@procedure.libelle}"
|
|
|
|
- content_for(:title, title)
|
|
|
|
|
2021-11-25 16:26:55 +01:00
|
|
|
= render partial: 'administrateurs/breadcrumbs',
|
2022-09-09 13:08:24 +02:00
|
|
|
locals: { steps: [[@procedure.libelle.truncate_words(10), instructeur_procedure_path(@procedure)],
|
2022-08-17 13:53:07 +02:00
|
|
|
[t('.title')]] }
|
2019-07-30 14:37:00 +02:00
|
|
|
|
2021-06-02 12:47:53 +02:00
|
|
|
= render partial: 'shared/procedures/stats', locals: { title: title }
|