<% @page_heading = _('Manage Categories') %> <% content_for('tasks') do -%> <%= task_quickpost(_('Create new category')) -%>
  • <%= link_to_remote(_('Reorder'), :update => 'category_container', :url => { :action => 'reorder' }) %>
  • <%= link_to_remote(_('Sort alphabetically'), :update => 'category_container', :url => { :action => 'asort' }) -%>
  • <%= tab _("Manage Articles"), :controller=>"content", :action=>"list"%> <%= tab _("Manage Pages"), :controller=>"pages", :action=>"list" %> <%= tab _("Manage Resources"), :controller=>"resources", :action=>"list" %> <% end -%>
    <%= render :partial => 'categories' %>