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