Sha256: dbeb07934cf36ae940ce948cb42ab9911ee0e0a0fbed5d6801a4281d15677003

Contents?: true

Size: 586 Bytes

Versions: 5

Compression:

Stored size: 586 Bytes

Contents

= render 'layout' do
  = render('effective/event_registrations/changing', resource: resource)
  = render('effective/event_registrations/content', resource: resource)

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

  = card 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

5 entries across 5 versions & 1 rubygems

Version Path
effective_events-2.29.2 app/views/effective/event_registrations/billing.html.haml
effective_events-2.29.1 app/views/effective/event_registrations/billing.html.haml
effective_events-2.29.0 app/views/effective/event_registrations/billing.html.haml
effective_events-2.28.3 app/views/effective/event_registrations/billing.html.haml
effective_events-2.28.2 app/views/effective/event_registrations/billing.html.haml