<%= t("mailers.comment.title") %>

<%= t("mailers.comment.hi") %> <%= @commentable.author.name %>,

<%= t("mailers.comment.new_comment_by_html", commenter: @comment.author.name) %> <%= link_to @commentable.title, commentable_url(@commentable), style: "color: #2895F1; text-decoration:none;" %>

<%= text_with_links @comment.body %>

<%= t("mailers.config.manage_email_subscriptions") %> <%= link_to t("account.show.title"), account_url, style: "color: #2895F1; text-decoration:none;" %>