<%= link_to comment.creator_name, user_path(comment.creator_id) %> <%= time_ago_in_words(comment.created_at) %> ago <%= format_text(comment.body) %>