Add the DOC_URL constant
This commit is contained in:
parent
5a9ad6cc93
commit
5e2219416e
5 changed files with 5 additions and 4 deletions
|
@ -16,7 +16,7 @@ Vous pouvez me joindre au numéro suivant : 01 76 42 02 87.
|
|||
%br
|
||||
%br
|
||||
Je vous invite également à consulter notre site de documentation qui regroupe l'ensemble des informations relatives à demarches-simplifiees.fr ainsi que des tutoriels d’utilisation :
|
||||
= link_to('https://demarches-simplifiees.gitbook.io/demarches-simplifiees/', 'https://demarches-simplifiees.gitbook.io/demarches-simplifiees/')
|
||||
= link_to(DOC_URL, DOC_URL)
|
||||
%br
|
||||
%br
|
||||
= render partial: "layouts/mailers/bizdev_signature"
|
||||
|
|
|
@ -10,7 +10,7 @@ Votre compte a été créé pour l'adresse email #{@gestionnaire.email}. Pour l
|
|||
%br
|
||||
%br
|
||||
Par ailleurs, notre site de documentation qui regroupe l'ensemble des informations relatives à demarches-simplifiees.fr ainsi que des tutoriels d’utilisation est à votre disposition :
|
||||
= link_to('https://demarches-simplifiees.gitbook.io/demarches-simplifiees/', 'https://demarches-simplifiees.gitbook.io/demarches-simplifiees/')
|
||||
= link_to(DOC_URL, DOC_URL)
|
||||
%br
|
||||
%br
|
||||
Bonne journée,
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"mailto:#{t('dynamics.contact_email')}",
|
||||
:class => "footer-link"
|
||||
%li.footer-link
|
||||
= link_to "Documentation", "https://demarches-simplifiees.gitbook.io/demarches-simplifiees/", :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
||||
= link_to "Documentation", DOC_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
||||
%li.footer-link
|
||||
= link_to "Documentation de l'API", "/docs", :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
||||
%li.footer-link
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
onclick: "javascript: ga('send', 'pageview', '/demander-une-demo')"
|
||||
|
||||
= link_to "Voir la documentation",
|
||||
"https://demarches-simplifiees.gitbook.io/demarches-simplifiees/",
|
||||
DOC_URL,
|
||||
target: "_blank",
|
||||
rel: "noopener noreferrer",
|
||||
class: "role-panel-button-secondary"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
DOC_URL = "https://demarches-simplifiees.gitbook.io/demarches-simplifiees/"
|
||||
CGU_URL = "https://demarches-simplifiees.gitbook.io/demarches-simplifiees/cgu"
|
||||
|
|
Loading…
Add table
Reference in a new issue