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,7 +1,7 @@
|
|||
- content_for(:title, "Notifications pour #{@procedure.libelle}")
|
||||
|
||||
= render partial: 'administrateurs/breadcrumbs',
|
||||
locals: { steps: [[@procedure.libelle.truncate_words(4), instructeur_procedure_path(@procedure)],
|
||||
locals: { steps: [[@procedure.libelle.truncate_words(10), instructeur_procedure_path(@procedure)],
|
||||
['Groupes d’instructeurs']] }
|
||||
|
||||
.container.groupe-instructeur
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue