From 30df46503cf3176a37ad08ff50da7fa25b43e662 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 9 Aug 2010 16:54:00 +1200 Subject: No sorting, sorted by created_at DESC --- app/views/admin/blog_posts/index.html.erb | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'app') diff --git a/app/views/admin/blog_posts/index.html.erb b/app/views/admin/blog_posts/index.html.erb index 15fd775..0bc14db 100644 --- a/app/views/admin/blog_posts/index.html.erb +++ b/app/views/admin/blog_posts/index.html.erb @@ -10,18 +10,6 @@ <%= link_to t('.create_new'), new_admin_blog_post_url, :class => "add_icon" %> - <% if !searching? and BlogPost.count > 1 %> -
  • - <%= link_to t('refinery.reorder', :what => "BlogPost"), admin_blog_posts_url, - :id => "reorder_action", - :class => "reorder_icon" %> - - <%= link_to t('refinery.reorder_done', :what => "BlogPost"), admin_blog_posts_url, - :id => "reorder_action_done", - :style => "display: none;", - :class => "reorder_icon" %> -
  • - <% end %>
    @@ -52,8 +40,4 @@

    <% end %> <% end %> -
    -<%= render :partial => "/shared/admin/make_sortable", - :locals => { - :tree => false - } if !searching? and BlogPost.count > 1 %> + \ No newline at end of file -- cgit v1.2.3