From 7b57a806e91bca8040a3f22183c80f3c577a4efb Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Tue, 11 Feb 2020 15:35:42 +0100 Subject: [PATCH] support: hint about the suggestions board on feature-upvote --- app/views/support/index.html.haml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/app/views/support/index.html.haml b/app/views/support/index.html.haml index 20c89a6e3..02dfa31c9 100644 --- a/app/views/support/index.html.haml +++ b/app/views/support/index.html.haml @@ -18,9 +18,9 @@ .contact-champ = label_tag :type do - Votre problème + Votre question %span.mandatory * - = select_tag :type, options_for_select(@options, params[:type]), include_blank: "Choisir un problème", required: true + = select_tag :type, options_for_select(@options, params[:type]), include_blank: "Choisir une question", required: true .support.card.featured.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_INFO } } .card-title @@ -53,6 +53,24 @@ %br %p Si vous souhaitez poser une question pour un problème technique sur le site, utilisez le formulaire ci-dessous. Nous ne pourrons pas vous renseigner sur l'instruction de votre dossier. + .support.card.featured.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AMELIORATION } } + .card-title + 👉 Notre réponse + %p + Une idée ? Pensez à consulter notre + = succeed ' !' do + %strong + tableau de bord des améliorations + %p + %ul + %li • Votez pour vos améliorations prioritaires ; + %li • Proposez votre propre idée. + + %p + %strong + %a{ href: 'https://demarches-simplifiees.featureupvote.com' } + ➡ Accéder au tableau des améliorations + .contact-champ = label_tag :dossier_id, 'Numéro du dossier concerné' = text_field_tag :dossier_id, @dossier_id