From 1a832388fea850e076ac7ada2bd4c74106148d94 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 13 Jun 2019 11:22:48 +0200 Subject: [PATCH] brouillon: clarify the "How to save" explanations --- app/views/shared/dossiers/_edit.html.haml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/shared/dossiers/_edit.html.haml b/app/views/shared/dossiers/_edit.html.haml index 54c4f41be..97f0b494d 100644 --- a/app/views/shared/dossiers/_edit.html.haml +++ b/app/views/shared/dossiers/_edit.html.haml @@ -11,10 +11,12 @@ = form_for dossier, form_options do |f| .prologue - .mandatory-explanation + %p.mandatory-explanation Les champs avec un astérisque ( %span.mandatory> * - ) sont obligatoires. Pour enregistrer les informations saisies, cliquez sur le bouton « enregistrer le brouillon » en bas à gauche du formulaire. + ) sont obligatoires. + %p.mandatory-explanation + Pour enregistrer votre dossier et le reprendre plus tard, cliquez sur le bouton « Enregistrer le brouillon » en bas à gauche du formulaire. - if notice_url(dossier.procedure).present? = link_to notice_url(dossier.procedure), target: '_blank', rel: 'noopener', class: 'button notice', title: "Pour vous aider à remplir votre dossier, vous pouvez consulter le guide de cette démarche." do