<% @comments.reverse_each do |comment| %>
  <%= namelink comment.user %>: <%= comment.text_parsed %><br />
<% end %>