mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +01:00
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
<p>
|
|
<%= t('user_mailer.notify_comment_owner.body', { user: @comment.user.full_name, post: @comment.post.title }) %>
|
|
</p>
|
|
|
|
<p>
|
|
<i><%= @comment.body %></i>
|
|
</p>
|
|
|
|
<p>
|
|
<%= link_to t('user_mailer.learn_more'), post_url(@comment.post) %>
|
|
</p>
|