fix linter
This commit is contained in:
parent
dea04e2514
commit
8f0861fba0
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
.sub-header
|
||||
.container
|
||||
.flex.justify-between
|
||||
%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
|
||||
%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')
|
||||
|
|
Loading…
Reference in a new issue