Sha256: 82ad4fde47e24d91d64d6e50cf5dc70bb80814cd067c9887f39322a7753fb665
Contents?: true
Size: 456 Bytes
Versions: 5
Compression:
Stored size: 456 Bytes
Contents
<h1>Listing target_images</h1> <table> <tr> <th></th> <th></th> <th></th> </tr> <% @target_images.each do |target_image| %> <tr> <td><%= link_to 'Show', target_image %></td> <td><%= link_to 'Edit', edit_target_image_path(target_image) %></td> <td><%= button_to 'Delete', target_image_path(target_image), :method => :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Target image', new_target_image_path %>
Version data entries
5 entries across 5 versions & 1 rubygems