Sha256: 9a320e5beb05dc88616278ec72a93840c040adebf90e100507964debba50f15a

Contents?: true

Size: 377 Bytes

Versions: 29

Compression:

Stored size: 377 Bytes

Contents

<h1>Listing addresses</h1>

<table>
  <tr>
  </tr>

<% for address in @addresses %>
  <tr>
    <td><%= link_to 'Show', address %></td>
    <td><%= link_to 'Edit', edit_address_path(address) %></td>
    <td><%= link_to 'Destroy', address, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New address', new_address_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/addresses/index.html.erb
spree-0.7.0 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/index.html.erb
spree-0.7.1 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/index.html.erb
ultrasphinx-1.5.3 test/integration/app/app/views/addresses/index.html.erb
ultrasphinx-1.6.7 test/integration/app/app/views/addresses/index.html.erb
ultrasphinx-1.7 test/integration/app/app/views/addresses/index.html.erb
ultrasphinx-1.9 test/integration/app/app/views/addresses/index.html.erb
ultrasphinx-1.6 test/integration/app/app/views/addresses/index.html.erb
ultrasphinx-1.8 test/integration/app/app/views/addresses/index.html.erb