<%= 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',
:commontable_url => @commontable_url,
:commontable_name => @commontable_name %>