From b88dc6ec728ac09e82550b0615162e52343200c7 Mon Sep 17 00:00:00 2001 From: Judith Date: Thu, 11 Jun 2020 11:37:48 +0200 Subject: [PATCH 1/5] mandatory_explanation added in the description and changed PJ label_tag to :piece_jointe --- app/views/support/index.html.haml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/app/views/support/index.html.haml b/app/views/support/index.html.haml index 61d6302d8..d7dc2132e 100644 --- a/app/views/support/index.html.haml +++ b/app/views/support/index.html.haml @@ -6,11 +6,18 @@ .container %h1.new-h1 Contact - .description - Contactez-nous via ce formulaire et nous vous répondrons dans les plus brefs délais. - Pensez bien à nous donner le plus d'informations possible pour que nous puissions vous aider au mieux - = form_tag contact_path, method: :post, multipart: true, class: 'form' do |f| + + .description + %p + Contactez-nous via ce formulaire et nous vous répondrons dans les plus brefs délais. + Pensez bien à nous donner le plus d'informations possible pour que nous puissions vous aider au mieux. + %br + %p.mandatory-explanation + Les champs suivis d'un astérisque ( + %span.mandatory * + ) sont obligatoires. + - if !user_signed_in? .contact-champ = label_tag :email do @@ -90,7 +97,7 @@ = text_area_tag :text, params[:text], rows: 6, required: true .contact-champ - = label_tag :text do + = label_tag :piece_jointe do Pièce jointe %p.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AMELIORATION } } Une capture d’écran peut nous aider à identifier plus facilement l’endroit à améliorer. From ef242649c62b8233938fc05dec5dc51333a5c0a9 Mon Sep 17 00:00:00 2001 From: Judith Date: Thu, 11 Jun 2020 15:08:08 +0200 Subject: [PATCH 2/5] homogenization of the mandatory-explanation --- app/views/shared/dossiers/_edit.html.haml | 2 +- app/views/support/index.html.haml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/views/shared/dossiers/_edit.html.haml b/app/views/shared/dossiers/_edit.html.haml index bda7f5c05..137c17eb6 100644 --- a/app/views/shared/dossiers/_edit.html.haml +++ b/app/views/shared/dossiers/_edit.html.haml @@ -12,7 +12,7 @@ .prologue %p.mandatory-explanation - Les champs avec un astérisque ( + Les champs suivis d'un astérisque ( %span.mandatory> * ) sont obligatoires. - if dossier.brouillon? diff --git a/app/views/support/index.html.haml b/app/views/support/index.html.haml index d7dc2132e..dade67438 100644 --- a/app/views/support/index.html.haml +++ b/app/views/support/index.html.haml @@ -35,7 +35,10 @@ .card-title 👉 Notre réponse .card-content - %p Avez-vous bien vérifié que tous les champs obligatoires (*) sont bien remplis ? + %p + Avez-vous bien vérifié que tous les champs obligatoires ( + %span.mandatory * + ) sont bien remplis ? %p Si vous avez des questions sur les informations à saisir, contactez les services en charge de la démarche. %p %a{ href: 'https://faq.demarches-simplifiees.fr/article/12-contacter-le-service-en-charge-de-ma-demarche' } From b02f1e4c341f1ec112845b6804d7296bb3f3e2e0 Mon Sep 17 00:00:00 2001 From: Judith Date: Thu, 11 Jun 2020 16:06:35 +0200 Subject: [PATCH 3/5] fixed empty links in contact footer --- app/views/root/_footer.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/root/_footer.html.haml b/app/views/root/_footer.html.haml index 9c42794fd..8c9248971 100644 --- a/app/views/root/_footer.html.haml +++ b/app/views/root/_footer.html.haml @@ -11,10 +11,10 @@ et incubé par = link_to "beta.gouv.fr", "https://beta.gouv.fr", title: "le site de Beta.gouv.fr" %li - = link_to "https://numerique.gouv.fr/", title: "DINUM" do - %span.footer-logo.footer-logo-dinum{ role: 'img', 'aria-label': 'DINUM' } - = link_to "https://beta.gouv.fr", title: "le site de Beta.gouv.fr" do - %span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'beta.gouv.fr' } + = link_to "https://numerique.gouv.fr/", title: "DINUM", 'aria-label': 'DINUM' do + %span.footer-logo.footer-logo-dinum{ role: 'img' } + = link_to "https://beta.gouv.fr", title: "le site de Beta.gouv.fr", 'aria-label': 'beta.gouv.fr' do + %span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img' } %span.footer-logo.footer-logo-france{ role: 'img', 'aria-label': 'République Française' } %li.footer-column From 1b7a4574e8ed38e73414673a6d22347202a680ac Mon Sep 17 00:00:00 2001 From: Judith Date: Thu, 11 Jun 2020 17:50:35 +0200 Subject: [PATCH 4/5] headers : aria-label in print button --- app/views/instructeurs/dossiers/_header_actions.html.haml | 2 +- app/views/users/dossiers/show/_header.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/instructeurs/dossiers/_header_actions.html.haml b/app/views/instructeurs/dossiers/_header_actions.html.haml index 4a65d92f9..62b2e0add 100644 --- a/app/views/instructeurs/dossiers/_header_actions.html.haml +++ b/app/views/instructeurs/dossiers/_header_actions.html.haml @@ -1,5 +1,5 @@ %span.dropdown.print-menu-opener - %button.button.dropdown-button.icon-only{ title: 'imprimer' } + %button.button.dropdown-button.icon-only{ title: 'imprimer', 'aria-label': 'imprimer' } %span.icon.printer %ul.print-menu.dropdown-content %li diff --git a/app/views/users/dossiers/show/_header.html.haml b/app/views/users/dossiers/show/_header.html.haml index 8948086d2..5d490f5e1 100644 --- a/app/views/users/dossiers/show/_header.html.haml +++ b/app/views/users/dossiers/show/_header.html.haml @@ -16,7 +16,7 @@ - if dossier.can_be_updated_by_user? && !current_page?(modifier_dossier_path(dossier)) = link_to "Modifier mon dossier", modifier_dossier_path(dossier), class: 'button accepted edit-form', 'title'=> "Vous pouvez modifier votre dossier tant qu'il n'est passé en instruction" %span.dropdown.print-menu-opener - %button.button.dropdown-button.icon-only{ title: 'imprimer' } + %button.button.dropdown-button.icon-only{ title: 'imprimer', 'aria-label': 'imprimer' } %span.icon.printer %ul.print-menu.dropdown-content %li From 19e54a73b072c8228361e2d74c5a19205f1c6b3c Mon Sep 17 00:00:00 2001 From: Judith Date: Tue, 16 Jun 2020 14:13:29 +0200 Subject: [PATCH 5/5] =?UTF-8?q?replacing=20'=20with=20=E2=80=99=20in=20tex?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/shared/dossiers/_edit.html.haml | 2 +- app/views/support/index.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/dossiers/_edit.html.haml b/app/views/shared/dossiers/_edit.html.haml index 137c17eb6..a8a420e3f 100644 --- a/app/views/shared/dossiers/_edit.html.haml +++ b/app/views/shared/dossiers/_edit.html.haml @@ -12,7 +12,7 @@ .prologue %p.mandatory-explanation - Les champs suivis d'un astérisque ( + Les champs suivis d’un astérisque ( %span.mandatory> * ) sont obligatoires. - if dossier.brouillon? diff --git a/app/views/support/index.html.haml b/app/views/support/index.html.haml index dade67438..5e8e193ec 100644 --- a/app/views/support/index.html.haml +++ b/app/views/support/index.html.haml @@ -14,7 +14,7 @@ Pensez bien à nous donner le plus d'informations possible pour que nous puissions vous aider au mieux. %br %p.mandatory-explanation - Les champs suivis d'un astérisque ( + Les champs suivis d’un astérisque ( %span.mandatory * ) sont obligatoires.