Files
astuto/app/views/user_mailer/_unsubscribe_from_site.html.erb
Riccardo Graziosi 98daafc244 Improve emails (#305)
2024-03-09 17:26:24 +01:00

11 lines
325 B
Plaintext

<footer>
<hr style="border-top: 1px;">
<p style="margin-bottom: 0; font-size: 14px; color: grey;">
<%=
t(
'mailers.user.unsubscribe_from_site_html',
href: link_to(t('mailers.user.unsubscribe_link'), add_subdomain_to(method(:edit_user_registration_url)))
).html_safe
%>
</p>
</footer>