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

<%=t("prototypes") %>

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