mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:21:41 +00:00
12 lines
377 B
Text
12 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]
|