use of scroll-margins-for-sticky-footer where we have sticky-footers

This commit is contained in:
Judith 2020-07-23 14:32:32 +02:00
parent 84171f4328
commit 69fbd7903b
5 changed files with 62 additions and 1 deletions

View file

@ -1,3 +1,5 @@
- content_for(:root_class, 'scroll-margins-for-sticky-footer')
= render partial: 'new_administrateur/breadcrumbs',
locals: { steps: [link_to('Démarches', admin_procedures_path),
link_to(@procedure.libelle, admin_procedure_path(@procedure)),

View file

@ -1,3 +1,5 @@
- content_for(:root_class, 'scroll-margins-for-sticky-footer')
= render partial: 'new_administrateur/breadcrumbs',
locals: { steps: [link_to('Démarches', admin_procedures_path),
'Nouvelle'] }