Sha256: 3884716360b69dd5e5b80bab3a0c79f1667a2fd34464c44ea0d4fccbd72b3681
Contents?: true
Size: 318 Bytes
Versions: 7
Compression:
Stored size: 318 Bytes
Contents
<h1>Categories</h1> <%= link_to "New", new_category_path %> <ul> <% @categories.each do |category| %> <%= content_tag_for(:li, category) do %> <%= category.name %> - <%= category.parent_id.to_i %> <%= link_to "Edit", edit_category_path(category), :id => dom_id(category) %> <% end %> <% end %> </ul>
Version data entries
7 entries across 7 versions & 1 rubygems