Recent comments

<% @comments.each do |comment| %>

<%= namelink comment.user %> on <%= namelink comment.commentable %> ( <%= longtime comment.created_at %> )

<%= comment.text_parsed %>

<% end %>