Sha256: c0e65b4ff1de3955b396850d0a46ca55410f5012271e92d06f3e684914d34931

Contents?: true

Size: 464 Bytes

Versions: 13

Compression:

Stored size: 464 Bytes

Contents

= render 'layout' do
  = render 'effective/stamp_wizards/content', resource: resource

  - raise('expected owner to respond to billing_address') unless resource.owner.respond_to?(:billing_address)

  = card do
    = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f|
      = f.hidden_field :id

      = f.fields_for(:owner, f.object.owner) do |fu|
        = effective_address_fields(fu, :billing)

      = f.save 'Save and Continue'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
effective_products-0.3.10 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.3.9 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.3.8 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.3.7 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.3.6 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.3.5 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.3.4 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.3.3 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.3.2 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.3.1 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.3.0 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.2.1 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.2.0 app/views/effective/stamp_wizards/billing.html.haml