Sha256: 34c16552f47e5ca4dc11971b4f9ba17a55f9ae222d71e98003e94d4c357d26c9
Contents?: true
Size: 475 Bytes
Versions: 13
Compression:
Stored size: 475 Bytes
Contents
%h3.title New Variant .popup_content - form_for :shop_product_variant, :url => admin_shop_product_variants_path(@shop_product.id) do |f| = f.hidden_field :product_id, :value => @shop_product.id %ol %li.name = f.label :name = f.text_field :name %li.price = f.label :price, t('price_variation') = f.text_field :price %li.submit = f.submit 'Create' %a#new_variant_popup.close{ :href => '#new_variant_popup' }
Version data entries
13 entries across 13 versions & 2 rubygems