.blog-comment{ id: "comment-#{comment.id}" } %blockquote.bubble.rounded.bottom = image_tag comment.gravatar_url, class: "comment-avatar" = markdown(comment.body, { restricted: true }) .clear %cite.bubble %strong - if comment.website.empty? = comment.username - else = link_to comment.username, comment.website on = comment.published_at.strftime("%B #{comment.published_at.day.ordinalize}, %Y at %-I:%M:%S%P") = link_to (image_tag "comment_add.png"), "#", class: "comment-reply-to", title: "Reply to comment", data: { comment_id: comment.id, comment_author: comment.username }