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

11 lines
303 B
Plaintext

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