Sha256: ec5df76b406142fb32d9160bd949fadcdd19fd5fd42acd9f3462868cecaf8430

Contents?: true

Size: 450 Bytes

Versions: 30

Compression:

Stored size: 450 Bytes

Contents

<h1>Listing sellers</h1>

<table>
  <tr>
  </tr>

<% for seller in @sellers %>
  <tr>
	<td><%= h(seller.company_name) %></td>
	<td><%= h(display_address(seller)) %></td>
    <td><%= link_to 'Show', seller %></td>
    <td><%= link_to 'Edit', edit_seller_path(seller) %></td>
    <td><%= link_to 'Destroy', seller, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New seller', new_seller_path %>

Version data entries

30 entries across 30 versions & 5 rubygems

Version Path
spree-0.6.0 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
spree-0.7.1 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
spree-0.7.0 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
ultrasphinx-1.5.3 test/integration/app/app/views/sellers/index.html.erb
ultrasphinx-1.11 test/integration/app/app/views/sellers/index.html.erb
ultrasphinx-1.6.7 test/integration/app/app/views/sellers/index.html.erb
ultrasphinx-1.6 test/integration/app/app/views/sellers/index.html.erb
ultrasphinx-1.9 test/integration/app/app/views/sellers/index.html.erb
ultrasphinx-1.7 test/integration/app/app/views/sellers/index.html.erb
ultrasphinx-1.8 test/integration/app/app/views/sellers/index.html.erb