d71ab9a7a8
[fix #4369] Signed-off-by: Chaïb Martinez <chaibax@gmail.com>
8 lines
438 B
Text
8 lines
438 B
Text
.sub-header
|
|
.container.flex.justify-between.align-baseline
|
|
%ul.breadcrumbs
|
|
- steps.each do |step|
|
|
%li= step
|
|
- if defined?(preview) && preview
|
|
= link_to "Prévisualiser le formulaire", apercu_procedure_path(@procedure), target: "_blank", rel: "noopener", class: 'button'
|
|
= link_to "Continuer >", admin_procedure_path(@procedure), title: 'Vous pourrez revenir ici par la suite', class: 'button accepted'
|