Merge pull request #4031 from betagouv/change_all_demarches_link
Landing: voir les démarches -> comment trouver ma démarche
This commit is contained in:
commit
56ab9d7131
2 changed files with 3 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
%h1.role-panel-title Vous souhaitez effectuer une demande auprès d'une administration ?
|
||||
%p.role-panel-explanation Réalisez vos demandes en toute simplicité et retrouvez vos dossiers en ligne
|
||||
|
||||
= link_to "Voir les démarches disponibles",
|
||||
LISTE_DES_DEMARCHES_URL,
|
||||
= link_to "Comment trouver ma démarche ?",
|
||||
COMMENT_TROUVER_MA_DEMARCHE_URL,
|
||||
target: "_blank",
|
||||
rel: "noopener noreferrer",
|
||||
class: "role-panel-button-primary"
|
||||
|
|
|
@ -25,5 +25,6 @@ API_DOC_URL = [DOC_URL, "pour-aller-plus-loin", "api"].join("/")
|
|||
WEBHOOK_DOC_URL = [DOC_URL, "pour-aller-plus-loin", "webhook"].join("/")
|
||||
FAQ_URL = "https://faq.demarches-simplifiees.fr"
|
||||
FAQ_ADMIN_URL = "https://faq.demarches-simplifiees.fr/collection/1-administrateur"
|
||||
COMMENT_TROUVER_MA_DEMARCHE_URL = [FAQ_URL, "article", "59-comment-trouver-ma-demarche"].join("/")
|
||||
STATUS_PAGE_URL = "https://status.demarches-simplifiees.fr"
|
||||
MATOMO_IFRAME_URL = "https://stats.data.gouv.fr/index.php?module=CoreAdminHome&action=optOut&language=fr&&fontColor=333333&fontSize=16px&fontFamily=Muli"
|
||||
|
|
Loading…
Reference in a new issue