feat(DSFR.breadcrumb): switch to DSFR breadcrumb style since it is part of new service UI
This commit is contained in:
parent
05dfc93b7e
commit
549eda6fe3
40 changed files with 194 additions and 160 deletions
|
@ -1,7 +1,7 @@
|
|||
= render partial: 'administrateurs/breadcrumbs',
|
||||
locals: { steps: [link_to('Démarches', admin_procedures_path),
|
||||
link_to(@procedure.libelle, admin_procedure_path(@procedure)),
|
||||
Procedure.human_attribute_name(:jeton_api_particulier)] }
|
||||
locals: { steps: [['Démarches', admin_procedures_path],
|
||||
[@procedure.libelle.truncate_words(4), admin_procedure_path(@procedure)],
|
||||
[Procedure.human_attribute_name(:jeton_api_particulier)]] }
|
||||
|
||||
.container
|
||||
.flex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue