commit
bb1ae34ffd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
- content_for(:title, "Notifications pour #{@procedure.libelle}")
|
- content_for(:title, "Notifications pour #{@procedure.libelle}")
|
||||||
|
|
||||||
= render partial: 'new_administrateur/breadcrumbs',
|
= render partial: 'new_administrateur/breadcrumbs',
|
||||||
locals: { steps: [link_to(@procedure.libelle, procedure_path(@procedure)),
|
locals: { steps: [link_to(@procedure.libelle, instructeur_procedure_path(@procedure)),
|
||||||
'Notifications'] }
|
'Notifications'] }
|
||||||
|
|
||||||
.container
|
.container
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
- content_for(:title, title)
|
- content_for(:title, title)
|
||||||
|
|
||||||
= render partial: 'new_administrateur/breadcrumbs',
|
= render partial: 'new_administrateur/breadcrumbs',
|
||||||
locals: { steps: [link_to(@procedure.libelle, procedure_path(@procedure)),
|
locals: { steps: [link_to(@procedure.libelle, instructeur_procedure_path(@procedure)),
|
||||||
'Statistiques'] }
|
'Statistiques'] }
|
||||||
|
|
||||||
.statistiques
|
.statistiques
|
||||||
|
|
Loading…
Add table
Reference in a new issue