Replace hardcoded phone numbers by a CONTACT_PHONE constant

This commit is contained in:
Pierre de La Morinerie 2018-06-25 11:12:42 +02:00
parent 51e256e122
commit 956c3fe36c
6 changed files with 11 additions and 5 deletions

View file

@ -13,7 +13,9 @@
%p
Afin de vous accompagner dans la découverte de demarches-simplifiees.fr, je vous propose de mappeler pour faire un point sur vos besoins de dématérialisation.
%br
Vous pouvez me joindre au numéro suivant : 01 76 42 02 87.
Vous pouvez me joindre au numéro suivant :
= CONTACT_PHONE
\.
%p
Je vous invite également à consulter notre site de documentation qui regroupe l'ensemble des informations relatives à demarches-simplifiees.fr ainsi que des tutoriels dutilisation :

View file

@ -27,7 +27,8 @@
.contact-details
Vous avez besoin daide ? Contactez-nous :
%br
par téléphone : 01 76 42 02 87
par téléphone :
= link_to CONTACT_PHONE, "tel:#{CONTACT_PHONE}"
%br
par email :
= link_to CONTACT_EMAIL, "mailto:#{CONTACT_EMAIL}"

View file

@ -6,7 +6,8 @@ Cordialement,
%br
Équipe demarches-simplifiees.fr
%br
Téléphone (standard) : 01 76 42 02 87
Téléphone (standard) :
= CONTACT_PHONE
%br
Incubateur de Services Numériques / beta.gouv.fr
%br

View file

@ -3,5 +3,7 @@ if !defined?(CONTACT_EMAIL)
EQUIPE_EMAIL = "equipe@demarches-simplifiees.fr"
TECH_EMAIL = "tech@demarches-simplifiees.fr"
CONTACT_PHONE = "01 76 42 02 87"
OLD_CONTACT_EMAIL = "contact@tps.apientreprise.fr"
end

View file

@ -1,4 +1,4 @@
require_relative "emails"
require_relative "contacts"
# Use this hook to configure devise mailer, warden hooks and so forth.
# Many of these configuration options can be set straight in your model.

View file

@ -34,7 +34,7 @@ module Mailers
#{detail_procedures(procedures)}
Pour toute question vous pouvez nous joindre par téléphone au 01 76 42 02 87
Pour toute question vous pouvez nous joindre par téléphone au #{CONTACT_PHONE}
ou sur ladresse email #{CONTACT_EMAIL}.
-- \nLéquipe demarches-simplifiees.fr
HEREDOC