Sha256: 9959d4815e8fba4b2db94165a7977b2331e676baf77acea7cb4e5b4912c92328

Contents?: true

Size: 525 Bytes

Versions: 7

Compression:

Stored size: 525 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('Billing Address') do
    %p Please enter your billing address

    = 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

7 entries across 7 versions & 1 rubygems

Version Path
effective_products-0.1.2 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.1.1 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.1.0 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.0.9 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.0.8 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.0.7 app/views/effective/stamp_wizards/billing.html.haml
effective_products-0.0.6 app/views/effective/stamp_wizards/billing.html.haml