fdf0f18fda
i18n(france_connect/*): replace wording with i18n fix(lint): i18n key issue secu(views/france_connect/particulier/merge.html.haml): sanitize france_connect_email just in case fix(brakeman): sanitize FCI.email_france_connect when used with html_safe via an I18n.t, also add exception to brakeman
20 lines
931 B
Text
20 lines
931 B
Text
- content_for(:title, @subject)
|
||
|
||
%p
|
||
Bonjour,
|
||
|
||
%p
|
||
Pour confirmer la fusion de votre compte, veuillez cliquer sur le lien suivant :
|
||
= round_button 'Je confirme', france_connect_particulier_mail_merge_with_existing_account_url(merge_token: @merge_token), :primary
|
||
|
||
%p
|
||
Vous pouvez aussi visiter ce lien : #{link_to france_connect_particulier_mail_merge_with_existing_account_url(merge_token: @merge_token), france_connect_particulier_mail_merge_with_existing_account_url(merge_token: @merge_token)}
|
||
|
||
%p Ce lien est valide #{distance_of_time_in_words(FranceConnectInformation::MERGE_VALIDITY)}, jusqu'à #{@merge_token_created_at.strftime("%d-%m-%Y à %H:%M (%Z)")}
|
||
|
||
%p
|
||
Si vous n’êtes pas à l’origine de cette demande, vous pouvez ignorer ce message. Et si vous avez besoin d’assistance, n’hésitez pas à nous contacter à
|
||
= succeed '.' do
|
||
= mail_to CONTACT_EMAIL
|
||
|
||
= render partial: "layouts/mailers/signature"
|