Sha256: 56a187d8d585ddc8e9dbd9265ad393374656f5b92f21d21dc4309286cf8e8417

Contents?: true

Size: 537 Bytes

Versions: 3

Compression:

Stored size: 537 Bytes

Contents

- render_region :main do |main|
  - main.edit_header do
    %h1
      = t('new_category')    
      = render :partial => 'admin/shop/categories/edit/head'
  - main.edit_form do
    - form_for :shop_category, @shop_category, :url => admin_shop_categories_path, :html => {:id => 'new_shop_category', :multipart => true, 'data-onsubmit_status'=>"Creating Category…"} do |f|
      = render :partial => 'admin/shop/categories/edit/fields', :object => f
  - main.edit_popups do
    = render :partial => 'admin/shop/categories/edit/popup'

Version data entries

3 entries across 3 versions & 1 rubygems

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