views: truncate procedure title in Experts breadcrumbs
This commit is contained in:
parent
3bdbf7bb4c
commit
2bd4599190
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
.flex.justify-between
|
||||
%ul.breadcrumbs
|
||||
%li= link_to('Avis', expert_all_avis_path)
|
||||
%li= link_to(dossier.procedure.libelle, procedure_expert_avis_index_path(avis.procedure))
|
||||
%li= link_to(dossier.procedure.libelle.truncate_words(10), procedure_expert_avis_index_path(avis.procedure))
|
||||
%li= link_to("Dossier nº #{dossier.id}", expert_avis_path(avis.procedure, avis))
|
||||
|
||||
.header-actions
|
||||
|
|
Loading…
Reference in a new issue