changement de l'adresse de création de compte administrateur
This commit is contained in:
parent
80166b398a
commit
111f309c7f
2 changed files with 5 additions and 4 deletions
|
@ -47,8 +47,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
= link_to "Créez une démarche de test",
|
= link_to "Créer votre compte administrateur",
|
||||||
new_demande_path,
|
DEMANDE_INSCRIPTION_ADMIN_PAGE_URL,
|
||||||
class: "role-panel-button-primary",
|
class: "role-panel-button-primary",
|
||||||
rel: "noopener noreferrer"
|
rel: "noopener noreferrer"
|
||||||
%br
|
%br
|
||||||
|
@ -204,8 +204,8 @@
|
||||||
.half.first-half
|
.half.first-half
|
||||||
%h1.cta-panel-title Vous êtes prêt pour dématérialiser ?
|
%h1.cta-panel-title Vous êtes prêt pour dématérialiser ?
|
||||||
%p.cta-panel-explanation Réduisez vos temps d'instruction de 50 %
|
%p.cta-panel-explanation Réduisez vos temps d'instruction de 50 %
|
||||||
= link_to "Créer une démarche de test",
|
= link_to "Créer votre compte administrateur",
|
||||||
new_demande_path,
|
DEMANDE_INSCRIPTION_ADMIN_PAGE_URL,
|
||||||
class: "cta-panel-button-blue"
|
class: "cta-panel-button-blue"
|
||||||
|
|
||||||
.half
|
.half
|
||||||
|
|
|
@ -40,6 +40,7 @@ FAQ_OU_EN_EST_MON_DOSSIER_URL = [FAQ_URL, "article", "11-je-veux-savoir-ou-en-es
|
||||||
FAQ_ERREUR_SIRET_URL = [FAQ_URL, "article", "4-erreur-siret"].join("/")
|
FAQ_ERREUR_SIRET_URL = [FAQ_URL, "article", "4-erreur-siret"].join("/")
|
||||||
|
|
||||||
STATUS_PAGE_URL = ENV.fetch("STATUS_PAGE_URL", "https://status.demarches-simplifiees.fr")
|
STATUS_PAGE_URL = ENV.fetch("STATUS_PAGE_URL", "https://status.demarches-simplifiees.fr")
|
||||||
|
DEMANDE_INSCRIPTION_ADMIN_PAGE_URL = ENV.fetch("DEMANDE_INSCRIPTION_ADMIN_PAGE_URL", "https://www.demarches-simplifiees.fr/commencer/demande-d-inscription-a-demarches-simplifiees")
|
||||||
MATOMO_IFRAME_URL = "https://stats.data.gouv.fr/index.php?module=CoreAdminHome&action=optOut&language=fr&&fontColor=333333&fontSize=16px&fontFamily=Muli"
|
MATOMO_IFRAME_URL = "https://stats.data.gouv.fr/index.php?module=CoreAdminHome&action=optOut&language=fr&&fontColor=333333&fontSize=16px&fontFamily=Muli"
|
||||||
|
|
||||||
# rubocop:enable DS/ApplicationName
|
# rubocop:enable DS/ApplicationName
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue