diff options
author | Philip Arndt <parndt@gmail.com> | 2010-08-09 16:54:00 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-08-09 16:54:00 +1200 |
commit | 30df46503cf3176a37ad08ff50da7fa25b43e662 (patch) | |
tree | d1ecbd5f9fe7e7e9945c1371947067b896b21b3e /app/views/admin | |
parent | 837ea01a34a7dddeefe8086b2c6fc28e9a14616c (diff) | |
download | refinerycms-blog-30df46503cf3176a37ad08ff50da7fa25b43e662.tar.gz refinerycms-blog-30df46503cf3176a37ad08ff50da7fa25b43e662.tar.bz2 refinerycms-blog-30df46503cf3176a37ad08ff50da7fa25b43e662.zip |
No sorting, sorted by created_at DESC
Diffstat (limited to 'app/views/admin')
-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 |