Sha256: b7abb2abc73bf9347918ee52691b8399be02f29c3bd09f705dfb2a38a74c127a
Contents?: true
Size: 453 Bytes
Versions: 26
Compression:
Stored size: 453 Bytes
Contents
<h1>Listing images</h1> <table> <tr> <th>Filename</th> <th></th> <th></th> </tr> <% @images.each do |image| %> <tr> <td> <%= phocoder_thumbnail image,"small",false %><br/> <%= image.filename %> </td> <td><%= link_to 'Show', 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
26 entries across 26 versions & 1 rubygems