aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/banners/admin/banners/index.html.erb
blob: 5413e3ce0faf0f87ff59908de3046c3005d9333f (plain) (blame)
1
2
3
4
5
6
7
<section id='records'>
  <%= render 'records' %>
</section>
<aside id='actions'>
  <%= render 'actions' %>
</aside>
<%= render '/refinery/admin/make_sortable', :tree => false if !searching? and ::Refinery::Banners::Admin::BannersController.sortable? and ::Refinery::Banners::Banner.count > 1 %>