Sha256: 2b2fe2dd3a94c9a3c17453f13e6700bad5b698983b7043b0c542f9e0fdf7a355
Contents?: true
Size: 306 Bytes
Versions: 73
Compression:
Stored size: 306 Bytes
Contents
%h1 Listing images %table %tr %th %th %th - @images.each do |image| %tr %td= link_to 'Show', image %td= link_to 'Edit', edit_image_path(image) %td= link_to 'Destroy', image, :confirm => 'Are you sure?', :method => :delete %br = link_to 'New image', new_image_path
Version data entries
73 entries across 73 versions & 1 rubygems