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
spree-0.6.0 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
spree-0.7.1 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
spree-0.7.0 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/states/index.html.erb
ultrasphinx-1.6.7 test/integration/app/app/views/states/index.html.erb
ultrasphinx-1.5.3 test/integration/app/app/views/states/index.html.erb
ultrasphinx-1.6 test/integration/app/app/views/states/index.html.erb
ultrasphinx-1.7 test/integration/app/app/views/states/index.html.erb
ultrasphinx-1.8 test/integration/app/app/views/states/index.html.erb
ultrasphinx-1.9 test/integration/app/app/views/states/index.html.erb