<%= link_to thumbnail_tag(comment.user), profile_for(comment.user) %> <%= link_to comment.user.name, profile_for(comment.user) %> commented <%= time_ago_in_words comment.created_at %> ago:

<%= sanitize comment.body %>