Sha256: e2485c07a517d8c0b2236048e330e9d6189670f8a2aaaa1bb5cb3aca13f64cd6

Contents?: true

Size: 475 Bytes

Versions: 2

Compression:

Stored size: 475 Bytes

Contents

- render_region :main do |main|
  - main.edit_header do
    %h1
      = t('new_product')
      = render :partial => 'admin/shop/products/edit/head'
  - main.edit_form do
    - form_for :shop_product, @shop_product, :url => admin_shop_products_path, :html => {:id => 'new_shop_product', :multipart => true, 'data-onsubmit_status'=>"Creating Product…"} do |f|
      = render :partial => 'admin/shop/products/edit/fields', :object => f
  - main.edit_popups do
    - #empty

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
radiant-shop-extension-0.9.3 app/views/admin/shop/products/new.html.haml
radiant-shop-extension-0.9.2 app/views/admin/shop/products/new.html.haml