Sha256: 21b243cc110a3e07682df07190e612217a310cf9824074adaf07dd6aac8f0e94

Contents?: true

Size: 634 Bytes

Versions: 10

Compression:

Stored size: 634 Bytes

Contents

- form_for [:admin, @shop_discount], :html => {'data-onsubmit_status'=>"Saving Changes…"} do |f|
  = hidden_field_tag 'shop_discount_id',@shop_discount.id 
  
  - render_region :form do |form|  
    - form.inputs do
      = render :partial => '/admin/shop/discounts/edit/inputs',  :locals => { :f => f }

    - form.meta do
      = render :partial => '/admin/shop/discounts/edit/meta',    :locals => { :f => f }

    - form.parts do
      = render :partial => '/admin/shop/discounts/edit/parts',   :locals => { :f => f }

    - form.foot do
      = render :partial => 'admin/shop/discounts/edit/foot',     :locals => { :f => f }

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
radiant-shop_discounts-extension-0.0.11 app/views/admin/shop/discounts/edit/_form.html.haml
radiant-shop_discounts-extension-0.0.10 app/views/admin/shop/discounts/edit/_form.html.haml
radiant-shop_discounts-extension-0.0.9 app/views/admin/shop/discounts/edit/_form.html.haml
radiant-shop_discounts-extension-0.0.8 app/views/admin/shop/discounts/edit/_form.html.haml
radiant-shop_discounts-extension-0.0.7 app/views/admin/shop/discounts/edit/_form.html.haml
radiant-shop_discounts-extension-0.0.6 app/views/admin/shop/discounts/edit/_form.html.haml
radiant-shop_discounts-extension-0.0.4 app/views/admin/shop/discounts/edit/_form.html.haml
radiant-shop_discounts-extension-0.0.3 app/views/admin/shop/discounts/edit/_form.html.haml
radiant-shop_discounts-extension-0.0.1 app/views/admin/shop/discounts/edit/_form.html.haml
radiant-shop-extension-0.11.6 app/views/admin/shop/discounts/edit/_form.html.haml