refactor: no need for html_safe
This commit is contained in:
parent
451c0165b4
commit
016e9357e1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
required: true,
|
||||
data: { action: "email-france-connect#triggerEmailField", email_france_connect_target: "useFranceConnectEmail" }
|
||||
%label.fr-label.fr-text--wrap{ for: 'use_france_connect_email_yes' }
|
||||
= t('.keep_fc_email_html', email: h(@fci.email_france_connect)).html_safe
|
||||
= t('.keep_fc_email_html', email: h(@fci.email_france_connect))
|
||||
|
||||
.fr-fieldset__element
|
||||
.fr-radio-group
|
||||
|
|
Loading…
Reference in a new issue