Sha256: f8fac0e8906c73fc37d4846c787e8f469f62f81086818da44b6760a02872e7e0

Contents?: true

Size: 494 Bytes

Versions: 28

Compression:

Stored size: 494 Bytes

Contents

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

<%= render :partial => 'admin/shared/product_tabs', :locals => {:current => "Variants"} %>

<%= render "shared/error_messages", :target => @variant %>

<%= form_for(@variant, :url => object_url, :html => { :method => :put }) do |f| %>
  <%= hook :admin_variant_edit_form, {:f => f} do %>
    <%= render :partial => "form", :locals => { :f => f } %>
  <% end %>

  <%= render :partial => 'admin/shared/edit_resource_links' %>
<% end %>

Version data entries

28 entries across 28 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/variants/edit.html.erb
My-Commerce_core-1.1.0 app/views/admin/variants/edit.html.erb
My-Commerce_core-1.0.0 app/views/admin/variants/edit.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/variants/edit.html.erb
MyCommerce-0.0.3 core/app/views/admin/variants/edit.html.erb
rfcommerce_core-0.0.3 app/views/admin/variants/edit.html.erb
spree_core-0.60.6 app/views/admin/variants/edit.html.erb
spree_core-0.60.5 app/views/admin/variants/edit.html.erb
spree_core-0.30.2 app/views/admin/variants/edit.html.erb
spree_core-0.40.4 app/views/admin/variants/edit.html.erb
spree_core-0.50.4 app/views/admin/variants/edit.html.erb
spree_core-0.60.4 app/views/admin/variants/edit.html.erb
spree_core-0.50.3 app/views/admin/variants/edit.html.erb
spree_core-0.60.3 app/views/admin/variants/edit.html.erb
spree_core-0.60.2 app/views/admin/variants/edit.html.erb
spree_core-0.60.1 app/views/admin/variants/edit.html.erb
spree_core-0.60.0 app/views/admin/variants/edit.html.erb
spree_core-0.60.0.RC1 app/views/admin/variants/edit.html.erb
spree_core-0.50.2 app/views/admin/variants/edit.html.erb
spree_core-0.50.1 app/views/admin/variants/edit.html.erb