<% @comments.each do |comment| %>
  1. <%= render "comments/comment", :comment => comment, :show_story => true %>
    1. <% end %>