2018-04-24 10:07:20 +02:00
|
|
|
.sub-header
|
2018-11-14 16:28:02 +01:00
|
|
|
.container.flex.justify-between.align-baseline
|
2018-04-24 10:07:20 +02:00
|
|
|
%ul.breadcrumbs
|
|
|
|
- steps.each do |step|
|
|
|
|
%li= step
|
2018-11-14 16:28:02 +01:00
|
|
|
- if defined?(preview) && preview
|
2019-03-05 18:16:13 +01:00
|
|
|
= link_to "Prévisualiser le formulaire", apercu_procedure_path(@procedure), target: "_blank", rel: "noopener", class: 'button'
|
2019-09-30 15:42:56 +02:00
|
|
|
= link_to "Continuer >", admin_procedure_path(@procedure), title: 'Vous pourrez revenir ici par la suite', class: 'button accepted'
|