Sha256: 110c2227b0d224caa693f44b7a57bc49721cb824f0e6dfc509df4d93c440b282
Contents?: true
Size: 383 Bytes
Versions: 15
Compression:
Stored size: 383 Bytes
Contents
%div#categories.index %h1 Categories %ul %li= link_to "New category", new_category_path %table %thead %tr %th Name %th{:colspan => 2} Modify %tbody - @categories.each do |category| %tr %td= category.name %td= link_to "Edit", [:edit, category] %td= button_to "Delete", category, :method => :delete
Version data entries
15 entries across 15 versions & 1 rubygems