Sha256: e474ca9d83b348c8c64d29ed2404dff4a81077ade780b6d80329bc415d69a9b0
Contents?: true
Size: 325 Bytes
Versions: 4
Compression:
Stored size: 325 Bytes
Contents
<h1>Listing categories</h1> <% @categories.each do |category| %> <ul> <li><%= category.name %></li> <%= link_to 'Destroy', category, confirm: 'Are you sure?', method: :delete %> <%= link_to 'Edit', edit_category_path(category) %> </ul> <% end %> <br /> <%= link_to 'New Category', new_category_path %>
Version data entries
4 entries across 4 versions & 1 rubygems