<% for category in @categories -%> id="category_<%= category.id -%>"> <% end -%>
<%= _("Category title")%> <%= _("Articles")%> <%= _("Delete")%>
<%= image_tag 'checked.gif' %> <%= link_to category.name, :action => 'show', :id => category.id %> <%= link_to pluralize(category.articles.size, 'article'), :action => 'show', :id => category.id %> <%= link_to_destroy category %>