index.rhtml 192 Bytes
<h1><%= _('Categories') %></h1>

<ul class='tree'>
  <%= render :partial => 'category', :collection => @categories %>
</ul>

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