From 5fd5c3ee5b94454970803db9e7da2d58b96a6c7c Mon Sep 17 00:00:00 2001 From: Frederic Merizen Date: Wed, 9 May 2018 16:15:19 +0200 Subject: [PATCH] =?UTF-8?q?[#1833]=20Add=20=E2=80=98create=20from=20scratc?= =?UTF-8?q?h=E2=80=99=20button=20to=20procedure=20library?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admin/procedures/new_from_existing.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/admin/procedures/new_from_existing.html.haml b/app/views/admin/procedures/new_from_existing.html.haml index a226fd66a..9fbb9755e 100644 --- a/app/views/admin/procedures/new_from_existing.html.haml +++ b/app/views/admin/procedures/new_from_existing.html.haml @@ -1,3 +1,7 @@ +.row.white-back + %a#from-scratch{ href: new_admin_procedure_path, class: 'btn-sm btn-primary' } + Créer une nouvelle procédure de zéro + .row.white-back %h2 Créer une nouvelle procédure à partir d'une procédure existante