From 4d1e364085c0de27d3ca58cc90eba9036744fc79 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 30 Aug 2010 11:14:46 +1200 Subject: Comments are now moderated automatically unless moderation is enabled and show up below posts. --- app/views/admin/blog/comments/_sortable_list.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/views/admin/blog/comments/_sortable_list.html.erb (limited to 'app/views/admin/blog/comments/_sortable_list.html.erb') diff --git a/app/views/admin/blog/comments/_sortable_list.html.erb b/app/views/admin/blog/comments/_sortable_list.html.erb new file mode 100644 index 0000000..e141dee --- /dev/null +++ b/app/views/admin/blog/comments/_sortable_list.html.erb @@ -0,0 +1,7 @@ + +<%= render :partial => "/shared/admin/sortable_list", + :locals => { + :continue_reordering => (defined?(continue_reordering) ? continue_reordering : true) + } %> -- cgit v1.2.3