aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/admin/comments/_sortable_list.html.erb
blob: 6596896fabd8ac4456e3b1ef95b7f932108ba17f (plain) (blame)
1
2
3
4
5
<ul id='sortable_list'>
  <%= render :partial => 'comment', :collection => @comments %>
</ul>
<%= render "/refinery/admin/sortable_list",
           :continue_reordering => (defined?(continue_reordering) ? continue_reordering : true) %>