mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
11 lines
325 B
Plaintext
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> |