Sha256: 61dad4fccaddf35b44f88c771c6d3216106302ff5628b20442de5f71587fe61b

Contents?: true

Size: 851 Bytes

Versions: 118

Compression:

Stored size: 851 Bytes

Contents

<h1>Listing <%= plural_table_name %></h1>

<table>
  <tr>
<% attributes.each do |attribute| -%>
    <th><%= attribute.human_name %></th>
<% end -%>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<%% @<%= plural_table_name %>.each do |<%= singular_table_name %>| %>
  <tr>
<% attributes.each do |attribute| -%>
    <td><%%= <%= singular_table_name %>.<%= attribute.name %> %></td>
<% end -%>
    <td><%%= link_to 'Show', <%= singular_table_name %> %></td>
    <td><%%= link_to 'Edit', edit_<%= singular_table_name %>_path(<%= singular_table_name %>) %></td>
    <td><%%= link_to 'Destroy', <%= singular_table_name %>, <%= key_value :method, ":delete" %>, <%= key_value :data, "{ #{key_value :confirm, "'Are you sure?'"} }" %> %></td>
  </tr>
<%% end %>
</table>

<br />

<%%= link_to 'New <%= human_name %>', new_<%= singular_table_name %>_path %>

Version data entries

118 entries across 96 versions & 20 rubygems

Version Path
railties-3.2.22.5 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.22.4 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.22.3 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.22.2 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.22.1 lib/rails/generators/erb/scaffold/templates/index.html.erb
active_mailer-0.0.10 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/railties-3.2.12/lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.22 lib/rails/generators/erb/scaffold/templates/index.html.erb
judge-2.0.5 vendor/bundle/ruby/2.1.0/gems/railties-3.2.12/lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.21 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.20 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.19 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.18 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.17 lib/rails/generators/erb/scaffold/templates/index.html.erb
fira-0.6.2 lib/generators/fira/scaffold/templates/index.html.fira
railties-3.2.16 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.15 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.15.rc3 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.15.rc2 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.15.rc1 lib/rails/generators/erb/scaffold/templates/index.html.erb
fira-0.6.1 lib/generators/fira/scaffold/templates/index.html.fira