cirandas.net

ref: master

app/views/categories/index.html.erb


<%= _('Categories') %>

    <%= render :partial => 'category', :collection => @categories %>
<%= link_to _('New category'), :action => 'new' %>

<%= _('Regions') %>

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