Sha256: a92b610bea96c0202f165cf75e95a795818638078449fe63662c36c813a20a69

Contents?: true

Size: 388 Bytes

Versions: 29

Compression:

Stored size: 388 Bytes

Contents

<h1>Listing states</h1>

<table>
  <tr>
  </tr>

<% for state in @states %>
  <tr>
    <td><%= state.name %></td>
    <td><%= link_to 'Show', state %></td>
    <td><%= link_to 'Edit', edit_state_path(state) %></td>
    <td><%= link_to 'Destroy', state, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New state', new_state_path %>

Version data entries

29 entries across 29 versions & 5 rubygems

Version Path
radiant-tags-extension-1.6.10 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
johnsbrn-has_many_polymorphs-2.13.1 test/integration/app/app/views/states/index.html.erb
johnsbrn-has_many_polymorphs-2.13.3 test/integration/app/app/views/states/index.html.erb
johnsbrn-has_many_polymorphs-2.13.4 test/integration/app/app/views/states/index.html.erb
johnsbrn-has_many_polymorphs-2.13 test/integration/app/app/views/states/index.html.erb
radiant-tags-extension-1.6.9 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
radiant-tags-extension-1.6.8 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
radiant-tags-extension-1.6.7 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
radiant-tags-extension-1.6.6 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
radiant-tags-extension-1.6.5 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
radiant-tags-extension-1.6.4 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
radiant-tags-extension-1.6.3 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
radiant-tags-extension-1.6.2 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
radiant-tags-extension-1.6.1 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
radiant-tags-extension-1.6.0 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
radiant-tags-extension-1.5.1 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
has_many_polymorphs-2.2 test/integration/app/app/views/states/index.html.erb
has_many_polymorphs-2.11 test/integration/app/app/views/states/index.html.erb
has_many_polymorphs-2.13 test/integration/app/app/views/states/index.html.erb
has_many_polymorphs-2.12 test/integration/app/app/views/states/index.html.erb