Sha256: 34e2570f0fd04b44375bf9da8b789be1e26a6a2aa7ad84b47ecb8118849aa606
Contents?: true
Size: 438 Bytes
Versions: 16
Compression:
Stored size: 438 Bytes
Contents
%h1 Listing things %table %thead %tr %th Name %th Description %th %th %th %tbody - @things.each do |thing| %tr %td= thing.name %td= thing.description %td= link_to 'Show', thing %td= link_to 'Edit', edit_thing_path(thing) %td= link_to 'Destroy', thing, method: :delete, data: { confirm: 'Are you sure?' } %br = link_to 'New Thing', new_thing_path
Version data entries
16 entries across 16 versions & 1 rubygems