Sha256: acfb38df528ab1892ccd61b7717b2ebd69f283fa296ebbe8e9c34acbb2086c84

Contents?: true

Size: 524 Bytes

Versions: 23

Compression:

Stored size: 524 Bytes

Contents

= render 'layout' do
  = render 'effective/ring_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

23 entries across 23 versions & 1 rubygems

Version Path
effective_products-0.3.10 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.3.9 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.3.8 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.3.7 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.3.6 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.3.5 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.3.4 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.3.3 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.3.2 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.3.1 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.3.0 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.2.1 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.2.0 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.1.2 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.1.1 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.1.0 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.0.9 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.0.8 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.0.7 app/views/effective/ring_wizards/billing.html.haml
effective_products-0.0.6 app/views/effective/ring_wizards/billing.html.haml