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

8 lines
338 B
Text

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