mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 08:46:26 +00:00
11 lines
377 B
Text
11 lines
377 B
Text
-#
|
|
Solo enviamos versión de texto para no aceptar HTML en el formulario
|
|
de contacto
|
|
|
|
= I18n.t('contact_mailer.name',
|
|
name: sanitize(@params[:name]),
|
|
pronouns: sanitize(@params[:pronouns]))
|
|
= I18n.t('contact_mailer.contact', contact: sanitize(@params[:contact]))
|
|
= I18n.t('contact_mailer.gdpr', gdpr: sanitize(@params[:gdpr]))
|
|
\
|
|
= sanitize @params[:body]
|