% admin_breadcrumb(link_to plural_resource_name(Spree::Product), spree.admin_products_path) %> <% admin_breadcrumb(plural_resource_name(Spree::Prototype)) %> <% content_for :page_actions do %> <% if can?(:create, Spree::Prototype) %>
<%= Spree::Prototype.human_attribute_name(:name) %> | |
---|---|
<%= prototype.name %> | <% if can?(:update, prototype) %> <%= link_to_edit(prototype, :no_text => true, :class => 'admin_edit_prototype') %> <% end %> <% if can?(:destroy, prototype) %> <%= link_to_delete(prototype, :no_text => true) %> <% end %> |