<%= t 'commontator.email.comment_created.body',
creator_name: @creator_name, commontable_name: @commontable_name %>
<%= render partial: 'commontator/comments/body', locals: { comment: @comment } %>
<%= t 'commontator.email.thread_link_html',
comment_url: @comment_url, commontable_name: @commontable_name %>