Sections
<% if @site.sections.size > 1 %>
<%= link_to_function "Reorder", "sections_tree.toggle(this, 'Done reordering')", id: 'reorder_sections' %>
<%= image_tag '/assets/adva_cms/indicator.gif', :id => 'sections_indicator', :style => 'display: none;' %>
<% end -%>
<%= render :partial => 'admin/shared/section', :collection => @site.sections.roots %>