Manage Products for [<%= @taxon.presentation %>]

<%= save_button('Save', 'manage-products', @taxon.id) %> | <%= reload_button('Reset', 'manage-products', 'manage_products', @taxon.id) %> | <%= cancel_button('Cancel', 'manage-products') %>

Current Products

Click to remove
    <% @taxon.products.each do |p| %>
  • <%= p.name %> <% end %>

All Products

Click to add
    <% Product.find(:all).each do |p| %>
  • <%= p.name %> <% end %>