<%= content_tag(:article, class: "blog_comment_message", id: ("comment-#{comment.to_param}")) do %> <%= image_tag avatar_url(comment.email), :alt => comment.name, :class => 'avatar' %> <%= simple_format auto_link(comment.message.to_s) %> <% end %>