Files
astuto/app/views/user_mailer/_unsubscribe_from_site.html.erb
2024-03-24 12:54:02 +01:00

11 lines
320 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'), get_url_for(method(:edit_user_registration_url)))
).html_safe
%>
</p>
</footer>