<%= render :partial => 'admin/shared/product_sub_menu' %>

<%= t("option_types") %>

<%= image_tag "spinner.gif", :plugin=>"spree", :style => "display:none", :id => 'busy_indicator' %>
<% @option_types.each do |option_type| %> <% end %>
<%= t("name") %> <%= t("presentation") %>
<%= option_type.name %> <%= option_type.presentation %> <%= link_to_edit(option_type) %>   <%= link_to_delete(option_type) %>