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