fix(breadcrumb): extends breadcrumb libelle truncation from 4 to 10 words
This commit is contained in:
parent
062477dede
commit
f08d4e9dc0
33 changed files with 34 additions and 34 deletions
|
@ -1,6 +1,6 @@
|
|||
= render partial: 'administrateurs/breadcrumbs',
|
||||
locals: { steps: [['Démarches', admin_procedures_path],
|
||||
[@procedure.libelle.truncate_words(4), admin_procedure_path(@procedure)],
|
||||
[@procedure.libelle.truncate_words(10), admin_procedure_path(@procedure)],
|
||||
[Procedure.human_attribute_name(:jeton_api_particulier), admin_procedure_api_particulier_path(@procedure)],
|
||||
[t('.data_sources')]] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue