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