Merge pull request #11065 from mfo/US/bad-start-of-breadcrumb-as-an-instructeur
ETQ instructeur, la racine du fil d'ariane devrait renvoyer sur la liste des demarches
This commit is contained in:
commit
cd98eb88f5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
.fr-collapse#breadcrumb-1
|
||||
%ol.fr-breadcrumb__list
|
||||
%li= link_to t('root', scope: [:layouts, :breadcrumb]), root_path, class: 'fr-breadcrumb__link'
|
||||
%li= link_to t('root', scope: [:layouts, :breadcrumb]), instructeur_procedures_path, class: 'fr-breadcrumb__link'
|
||||
|
||||
- steps.each.with_index do |step, i|
|
||||
- if i == steps.size - 1
|
||||
|
|
Loading…
Reference in a new issue