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
challah-1.0.0.beta2 vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/index.html.erb
challah-1.0.0.beta vendor/bundle/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/index.html.erb
challah-1.0.0.beta vendor/bundle/gems/railties-3.2.11/lib/rails/generators/erb/scaffold/templates/index.html.erb
fc-webicons-0.0.3 vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/index.html.erb
fc-webicons-0.0.2 vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/index.html.erb
fc-webicons-0.0.1 vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/generators/erb/scaffold/templates/index.html.erb
fira-0.4.1 lib/generators/fira/scaffold/templates/index.html.fira
railties-3.2.13 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.13.rc2 lib/rails/generators/erb/scaffold/templates/index.html.erb
openskies-0.0.5.2 lib/rails/generators/erb/scaffold/templates/index.html.erb
openskies-0.0.5.1 lib/rails/generators/erb/scaffold/templates/index.html.erb
openskies-0.0.5 lib/rails/generators/erb/scaffold/templates/index.html.erb
openskies-0.0.4 lib/rails/generators/erb/scaffold/templates/index.html.erb
railties-3.2.13.rc1 lib/rails/generators/erb/scaffold/templates/index.html.erb
active_mailer-0.0.5 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
openskies-0.0.3 lib/rails/generators/erb/scaffold/templates/index.html.erb
active_mailer-0.0.4 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
active_mailer-0.0.3 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
fira-0.3.4 lib/generators/fira/scaffold/templates/index.html.fira
fira-0.3.3 lib/generators/fira/scaffold/templates/index.html.fira