Sha256: 863ea6a6e88435ac0f37662cbd9f60adebbab3609cf2c7dae18580e73086730e

Contents?: true

Size: 460 Bytes

Versions: 1

Compression:

Stored size: 460 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, :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

1 entries across 1 versions & 1 rubygems

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