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/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 diff --git a/app/views/shared/dossiers/_edit.html.haml b/app/views/shared/dossiers/_edit.html.haml index bda7f5c05..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 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 61d6302d8..5e8e193ec 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 @@ -28,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' } @@ -90,7 +100,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. 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