<%= @comment.body %>
Please use the links below to reply to this message:
<%= link_to "Visit " + @commontable_name, main_app.polymorphic_path(@commontable) %>
<%= link_to "View " + @thread.config.comment_name.pluralize + " on " + @commontable_name, @thread %>
<%= link_to "Post a new " + @thread.config.comment_name, new_thread_comment_path(@thread) %>
<%= link_to "Unsubscribe from this thread", unsubscribe_thread_path(@thread) %>