Merge pull request #5463 from adullact/5462_fix_view_use_APPLICATION_NAME

Utilisation de APPLICATION_NAME dans views/users/sessions/new
This commit is contained in:
Pierre de La Morinerie 2020-09-01 15:43:52 +02:00 committed by GitHub
commit a4c830da70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
%hr
%p.center
%span Vous êtes nouveau sur demarches‑simplifiees.fr ?
%span Vous êtes nouveau sur #{APPLICATION_NAME.gsub("-","‑").html_safe} ?
%br
%br
= link_to "Trouvez votre démarche", COMMENT_TROUVER_MA_DEMARCHE_URL, target: "_blank", class: "button expend secondary"