fix fil d'ariane in expert header
This commit is contained in:
parent
294725ae67
commit
ada417991a
1 changed files with 9 additions and 6 deletions
|
@ -1,12 +1,15 @@
|
|||
.sub-header
|
||||
.container
|
||||
.flex.justify-between
|
||||
%ul.breadcrumbs
|
||||
%li= link_to('Avis', expert_all_avis_path)
|
||||
%li
|
||||
= link_to(dossier.procedure.libelle.truncate_words(10), procedure_expert_avis_index_path(avis.procedure), class: "fr-link")
|
||||
= procedure_badge(dossier.procedure)
|
||||
%li= link_to("Dossier nº #{dossier.id}", expert_avis_path(avis.procedure, avis))
|
||||
%nav.fr-breadcrumb{"aria-label" => "vous êtes ici :", role: "navigation"}
|
||||
%button.fr-breadcrumb__button{"aria-controls" => "breadcrumb-1", "aria-expanded" => "false"} Voir le fil d’Ariane
|
||||
#breadcrumb-1.fr-collapse
|
||||
%ol.fr-breadcrumb__list
|
||||
%li= link_to('Avis', expert_all_avis_path, class: 'fr-breadcrumb__link')
|
||||
%li
|
||||
= link_to(dossier.procedure.libelle.truncate_words(10), procedure_expert_avis_index_path(avis.procedure), class: "fr-breadcrumb__link")
|
||||
= procedure_badge(dossier.procedure)
|
||||
%li= content_tag("a","Dossier nº #{dossier.id}", class: 'fr-breadcrumb__link', 'aria-current': 'page')
|
||||
|
||||
.header-actions
|
||||
.fr-download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue