<%= t("mailers.evaluation_comment.title", investment: @email.commentable.title) %>

<%= t("mailers.evaluation_comment.hi") %> <%= @email_to.name %>,

<%= sanitize( t("mailers.evaluation_comment.new_comment_by", commenter: @email.comment.author.name, investment: valuation_comments_link(@email.commentable)) ) %>

<%= t("mailers.evaluation_comment.commenter_info", commenter: @email.comment.author.name, time: l(@email.comment.created_at)) %>

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