Sha256: de35f8bc4ed19f2bd70eaea8bd2127f780d70922a86d71842e29012bb12c7fef

Contents?: true

Size: 634 Bytes

Versions: 3

Compression:

Stored size: 634 Bytes

Contents

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

- render_region :main do |main|
  - main.edit_header do
    %h1
      = @shop_product.name
      = render 'admin/shop/products/edit/head'
  - main.edit_form do
    - form_for :shop_product, @shop_product, :url => admin_shop_product_path(@shop_product), :html => {:method => :put, :multipart => true, :id => 'edit_shop_product', 'data-onsubmit_status'=>"Saving Changes…"} do |f|
      = f.hidden_field :id
      = render :partial => 'admin/shop/products/edit/fields', :object => f
  - main.edit_popups do
    #popups
      = render 'admin/shop/products/edit/popup'

Version data entries

3 entries across 3 versions & 1 rubygems

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