mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
<%= render 'user_mailer/opening', user_name: @user.full_name %>
|
|
|
|
<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' %> |