Sha256: 397a10e3ea2678a9bcc8b88613d9f1740d67f42b85429ce39601aa384c1764f5

Contents?: true

Size: 641 Bytes

Versions: 23

Compression:

Stored size: 641 Bytes

Contents

<h1>Listing <%= file_name %></h1>

<table>
  <tr>
    <th>Filename</th>
    <th></th>
    <th></th>

  </tr>

<%% @<%= file_name %>.each do |<%= file_name.singularize %>| %>
  <tr>
    <td>
    	<%%= phocoder_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

23 entries across 23 versions & 1 rubygems

Version Path
phocoder-rails-0.0.55 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.54 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.53 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.52 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.51 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.50 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.49 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.48 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.47 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.46 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.45 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.44 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.43 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.42 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.41 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.40 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.39 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.38 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.37 lib/generators/phocoder_rails/templates/views/index.html.erb.tt
phocoder-rails-0.0.36 lib/generators/phocoder_rails/templates/views/index.html.erb.tt