<% for comment in @comments %> by <%= comment.author %> <%= _("on")%> <%= comment.created_at %> <%= link_to '[x]', :action => 'comment_destroy', :id => comment.id %>
<%= comment.body %>

<% end %>