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

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

<%= sanitize(t("mailers.comment.new_comment_by", commenter: @comment.author.name)) %> <%= link_to @commentable.title, commentable_url(@commentable), style: css_for_mailer_link %>

<%= mailer_simple_format(@comment.body) %>

<%= sanitize( t( "mailers.config.unsubscribe_text", notifications: link_to( t("mailers.config.notifications_link"), edit_subscriptions_url(token: @token), style: css_for_mailer_link ), notification: User.human_attribute_name(:email_on_comment) ), attributes: %w[href style] ) %>