Sha256: 0150d607fb7cb58df227d79cb642873a7a7d9a14ee2e1225e4b750ac49d8e80b

Contents?: true

Size: 532 Bytes

Versions: 18

Compression:

Stored size: 532 Bytes

Contents

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

18 entries across 18 versions & 1 rubygems

Version Path
effective_learndash-0.6.1 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.6.0 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.5.2 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.5.1 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.5.0 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.4.0 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.3.3 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.3.2 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.3.1 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.3.0 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.2.1 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.2.0 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.1.9 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.1.8 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.1.7 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.1.6 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.1.5 app/views/effective/course_registrations/billing.html.haml
effective_learndash-0.1.4 app/views/effective/course_registrations/billing.html.haml