Files
astuto/app/views/user_mailer/notify_post_owner.html.erb
2022-07-18 10:47:54 +02:00

12 lines
269 B
Plaintext

<p>
<%= t('mailers.user.notify_post_owner.body', { user: @comment.user.full_name, post: @comment.post.title }) %>
</p>
<p>
<i><%= @comment.body %></i>
</p>
<p>
<%= link_to t('mailers.user.learn_more'), add_subdomain_to(method(:post_url), @comment.post) %>
</p>