diff --git a/app/views/admin/procedures/new_from_existing.html.haml b/app/views/admin/procedures/new_from_existing.html.haml index 16f9ec609..2eb000c3a 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 @@ +- if current_administrateur.procedures.brouillons.count == 0 + %h4{ style: 'padding: 20px; margin: 20px !important;' } + Bienvenue, vous allez pouvoir créer une première démarche de test. Celle-ci sera visible uniquement par vous et ne sera publiée nulle part, alors pas de crainte à avoir. + .row{ style: 'padding: 20px; margin: 20px !important;' } %a#from-scratch{ href: new_admin_procedure_path, class: 'btn-lg btn-primary' } Créer une nouvelle démarche de zéro