demarches-normaliennes/app/views/instructeurs/procedures/stats.html.haml
mfo cd88d054fc
feat(breadcrumb): seen a hardocded translation of 'Suivi des dossiers',
i18n this mistake, re-use UX wording, add breadcrumb down to
Instructeurs::Dossiers#show
2024-11-25 10:06:54 +01:00

13 lines
571 B
Text

- title = "Statistiques de la démarche"
- content_for(:title, title)
.sub-header
.fr-container.flex.column
= render partial: 'instructeurs/breadcrumbs',
locals: { steps: [[t('show_procedure', scope: [:layouts, :breadcrumb], libelle: @procedure.libelle.truncate(22)), instructeur_procedure_path(@procedure)],
[t('instructeurs.dossiers.header.banner.statistics')]] }
= render partial: 'instructeurs/procedures/header',
locals: { procedure: @procedure }
= render partial: 'shared/procedures/stats', locals: { title: title }