Sha256: def833a2a50f5ea314d034740b7beb4dde7954971610315ea397ee5a170cf186

Contents?: true

Size: 512 Bytes

Versions: 23

Compression:

Stored size: 512 Bytes

Contents

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

23 entries across 23 versions & 1 rubygems

Version Path
effective_events-2.28.1 app/views/effective/event_registrations/billing.html.haml
effective_events-2.28.0 app/views/effective/event_registrations/billing.html.haml
effective_events-2.27.0 app/views/effective/event_registrations/billing.html.haml
effective_events-2.26.0 app/views/effective/event_registrations/billing.html.haml
effective_events-2.25.1 app/views/effective/event_registrations/billing.html.haml
effective_events-2.25.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.24.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.23.1 app/views/effective/event_registrations/billing.html.haml
effective_events-0.23.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.22.2 app/views/effective/event_registrations/billing.html.haml
effective_events-0.22.1 app/views/effective/event_registrations/billing.html.haml
effective_events-0.22.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.21.3 app/views/effective/event_registrations/billing.html.haml
effective_events-0.21.2 app/views/effective/event_registrations/billing.html.haml
effective_events-0.21.1 app/views/effective/event_registrations/billing.html.haml
effective_events-0.21.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.20.6 app/views/effective/event_registrations/billing.html.haml
effective_events-0.20.5 app/views/effective/event_registrations/billing.html.haml
effective_events-0.20.4 app/views/effective/event_registrations/billing.html.haml
effective_events-0.20.3 app/views/effective/event_registrations/billing.html.haml