_comments_with_pagination.html.erb 226 Bytes Edit Raw Blame History Permalink 1 2 3 4 <% if @comments.present? %> <%= render :partial => 'comment/comment', :collection => @comments %> <%= pagination_links @comments, :param_name => 'comment_page', :params => { :comment_order => @comment_order } %> <% end %>