Sha256: 804f6174408502513a945a8671e64d391c78528c4239fda0848f78b460ccfad9
Contents?: true
Size: 651 Bytes
Versions: 14
Compression:
Stored size: 651 Bytes
Contents
<h1>Listing <%= file_name %></h1> <table> <tr> <th>Filename</th> <th></th> <th></th> </tr> <%% @<%= file_name.pluralize %>.each do |<%= file_name.singularize %>| %> <tr> <td> <%%= cloudhdr_thumbnail <%= file_name.singularize %>,"small",false %><br/> <%%= <%= file_name.singularize %>.filename %> </td> <td><%%= link_to 'Show', <%= file_name.singularize %> %></td> <td><%%= link_to 'Destroy', <%= file_name.singularize %>, :confirm => 'Are you sure?', :method => :delete %></td> </tr> <%% end %> </table> <br /> <%%= link_to 'New <%= file_name.singularize %>', new_<%= file_name.singularize %>_path %>
Version data entries
14 entries across 14 versions & 1 rubygems