mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
* Fix locale fallbacks * Make header links relative * Improve like button style * Other small improvements...
15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
<%= render 'user_mailer/opening', user_name: @user.full_name_or_email %>
|
|
|
|
<p>
|
|
<%= t('mailers.user.notify_comment_owner.body_html', user: @comment.user.full_name, post: @comment.post.title) %>:
|
|
</p>
|
|
|
|
<%= render 'user_mailer/quoted_text', text: @comment.body %>
|
|
|
|
<p>
|
|
<%= link_to t('mailers.user.learn_more'), get_url_for(method(:post_url), resource: @comment.post) %>
|
|
</p>
|
|
|
|
<%= render 'user_mailer/closing' %>
|
|
|
|
<%= render 'user_mailer/unsubscribe_from_site' %> |