Sha256: b2213543ba87851337844330375a2686603fcf63953cab74818659dda21d8f23

Contents?: true

Size: 613 Bytes

Versions: 1

Compression:

Stored size: 613 Bytes

Contents

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

- render_region :main do |main|
  - main.header do
    %h1
      = @shop_customer.name
      = render 'admin/shop/customers/edit/head'
  - main.form do
    - form_for :shop_customer, @shop_customer, :url => admin_shop_customer_path(@shop_customer), :html => {:method => :put, :multipart => true, :id => 'edit_shop_customer', 'data-onsubmit_status'=>"Saving Changes…"} do |f|
      = render :partial => 'admin/shop/customers/edit/fields', :locals => { :f => f }
  - main.popups do
    #popups
      = render 'admin/shop/customers/edit/popups'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-shop-extension-0.10.0 app/views/admin/shop/customers/edit.html.haml