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
radiant-tags-extension-1.6.10 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
johnsbrn-has_many_polymorphs-2.13.1 test/integration/app/app/views/sellers/index.html.erb
johnsbrn-has_many_polymorphs-2.13.3 test/integration/app/app/views/sellers/index.html.erb
johnsbrn-has_many_polymorphs-2.13.4 test/integration/app/app/views/sellers/index.html.erb
johnsbrn-has_many_polymorphs-2.13 test/integration/app/app/views/sellers/index.html.erb
radiant-tags-extension-1.6.9 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
radiant-tags-extension-1.6.8 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
radiant-tags-extension-1.6.7 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
radiant-tags-extension-1.6.6 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
radiant-tags-extension-1.6.5 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
radiant-tags-extension-1.6.4 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
radiant-tags-extension-1.6.3 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
radiant-tags-extension-1.6.2 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
radiant-tags-extension-1.6.1 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
radiant-tags-extension-1.6.0 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
radiant-tags-extension-1.5.1 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/sellers/index.html.erb
has_many_polymorphs-2.11 test/integration/app/app/views/sellers/index.html.erb
has_many_polymorphs-2.13 test/integration/app/app/views/sellers/index.html.erb
has_many_polymorphs-2.2 test/integration/app/app/views/sellers/index.html.erb
has_many_polymorphs-2.12 test/integration/app/app/views/sellers/index.html.erb