index.rhtml 192 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <h1><%= _('Categories') %></h1> <ul class='tree'> <%= render :partial => 'category', :collection => @categories %> </ul> <div> <%= link_to _('New category'), :action => 'new' %> </div>