Sha256: 5b923148a2fa79974cb6ec73d36fe46bf423ca48c4befe2e77e792f14ea52184

Contents?: true

Size: 531 Bytes

Versions: 71

Compression:

Stored size: 531 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('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

71 entries across 71 versions & 1 rubygems

Version Path
effective_events-0.19.2 app/views/effective/event_registrations/billing.html.haml
effective_events-0.19.1 app/views/effective/event_registrations/billing.html.haml
effective_events-0.19.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.18.2 app/views/effective/event_registrations/billing.html.haml
effective_events-0.18.1 app/views/effective/event_registrations/billing.html.haml
effective_events-0.18.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.17.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.16.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.15.1 app/views/effective/event_registrations/billing.html.haml
effective_events-0.15.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.14.2 app/views/effective/event_registrations/billing.html.haml
effective_events-0.14.1 app/views/effective/event_registrations/billing.html.haml
effective_events-0.14.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.13.1 app/views/effective/event_registrations/billing.html.haml
effective_events-0.13.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.11.3 app/views/effective/event_registrations/billing.html.haml
effective_events-0.11.2 app/views/effective/event_registrations/billing.html.haml
effective_events-0.11.1 app/views/effective/event_registrations/billing.html.haml
effective_events-0.11.0 app/views/effective/event_registrations/billing.html.haml
effective_events-0.10.2 app/views/effective/event_registrations/billing.html.haml