<%= _('Categories') %>

<%= link_to _('New category'), :action => 'new' %>

<%= _('Product Categories') %>

<%= link_to _('New category'), :action => 'new', :type => 'ProductCategory' %>

<%= _('Regions') %>

<%= link_to _('New category'), :action => 'new', :type => 'Region' %>
<%= javascript_include_tag 'manage-categories' %>