Sha256: 567d60f00a7c3337a68583f005aef6c91a7b27851a190c2ed0704c1994d4b9d4

Contents?: true

Size: 630 Bytes

Versions: 3

Compression:

Stored size: 630 Bytes

Contents

- @page_title = @shop_category.name + ' - ' + default_page_title

- render_region :main do |main|
  - main.edit_header do
    %h1
      = @shop_category.name
      = render :partial => 'admin/shop/categories/edit/head'
  - main.edit_form do
    - form_for :shop_category, @shop_category, :url => admin_shop_category_path(@shop_category), :html => {:method => :put, :multipart => true, :id => 'edit_shop_category', 'data-onsubmit_status'=>"Saving Changes…"} 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/edit.html.haml
radiant-shop-extension-0.9.3 app/views/admin/shop/categories/edit.html.haml
radiant-shop-extension-0.9.2 app/views/admin/shop/categories/edit.html.haml