Sha256: 8bb947122f87b3ed63107ac1766522b6f39c6209bba69694bc40b077728cb3a6

Contents?: true

Size: 501 Bytes

Versions: 1

Compression:

Stored size: 501 Bytes

Contents

- 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, :url => admin_shop_customers_path, :html => {:id => 'new_shop_customer', :multipart => true, 'data-onsubmit_status'=>"Creating Customer…"} 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/new.html.haml