<% @comments.each do |comment| -%> <% end -%>
<%= t ".changeset" %> <%= t ".when" %> <%= t ".comment" %>
"><%= link_to comment.changeset.id, changeset_path(comment.changeset) %> "><%= time_ago_in_words(comment.created_at, :scope => :"datetime.distance_in_words_ago") %> "><%= comment.body.to_html %>
<%= render "shared/pagination", :newer_id => @newer_comments_id, :older_id => @older_comments_id %>