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

Version Path
cloudhdr_rails-0.0.14 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.13 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.12 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.11 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.10 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.9 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.8 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.7 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.6 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.5 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.4 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.3 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.2 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt
cloudhdr_rails-0.0.1 lib/generators/cloudhdr_rails/templates/views/index.html.erb.tt