A comment has been posted on <%= @comment.blog.title %> by the following user: * Name: <%= @comment.username %> * Email: <%= @comment.email %> <% unless @comment.website.empty? %>* Website: <%= @comment.website %> <% end %> Here is the comment: --- <%= @comment.body %> --- Posted: <%= @comment.published_at.strftime("%B #{@comment.published_at.day.ordinalize}, %Y at %-I:%M:%S%P") %> See the comment on the web: <%= blog_url(@comment.blog, anchor: "comment-#{@comment.id}") %>