From d71ab9a7a835aee497e6674f0bbb61c3e9cdd614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chai=CC=88b=20Martinez?= Date: Mon, 30 Sep 2019 15:42:56 +0200 Subject: [PATCH] =?UTF-8?q?Add=20"continuer"=20button=20=F0=9F=91=89=20[fi?= =?UTF-8?q?x=20#4369]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Chaìˆb Martinez --- app/views/new_administrateur/_breadcrumbs.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/new_administrateur/_breadcrumbs.html.haml b/app/views/new_administrateur/_breadcrumbs.html.haml index cb42e5dd6..eaff46f36 100644 --- a/app/views/new_administrateur/_breadcrumbs.html.haml +++ b/app/views/new_administrateur/_breadcrumbs.html.haml @@ -5,3 +5,4 @@ %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'