feat(DSFR.breadcrumb): switch to DSFR breadcrumb style since it is part of new service UI

This commit is contained in:
Martin 2022-08-17 13:53:07 +02:00 committed by mfo
parent 05dfc93b7e
commit 549eda6fe3
40 changed files with 194 additions and 160 deletions

View file

@ -1,9 +1,9 @@
- content_for(:root_class, 'scroll-margins-for-sticky-footer')
= render partial: 'administrateurs/breadcrumbs',
locals: { steps: [link_to('Démarches', admin_procedures_path),
link_to(@procedure.libelle, admin_procedure_path(@procedure)),
'Attestation'] }
locals: { steps: [['Démarches', admin_procedures_path],
[@procedure.libelle.truncate_words(4), admin_procedure_path(@procedure)],
['Attestation']] }
.procedure-form#attestation-template-edit
.procedure-form__columns.container