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

11 lines
308 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'), get_url_for(method(:post_url), resource: post))
)
%>
</p>
</footer>