diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/blog_posts/index.html.erb | 18 |
1 files changed, 1 insertions, 17 deletions
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" %> </li> - <% if !searching? and BlogPost.count > 1 %> - <li> - <%= 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" %> - </li> - <% end %> </ul> </div> <div id='records'> @@ -52,8 +40,4 @@ </p> <% end %> <% end %> -</div> -<%= render :partial => "/shared/admin/make_sortable", - :locals => { - :tree => false - } if !searching? and BlogPost.count > 1 %> +</div>
\ No newline at end of file |