mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
* Bump ruby to 2.7.8 * Bump listen to 3.5.1 (remove dependency on ruby_dep) * Bump ruby to 3.0.6 * Fix I18n.translate arguments: from hash to keyword arguments
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
<p>
|
|
<%= t('mailers.user.notify_comment_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>
|