Sha256: 30ecd59a0b9022414e736578761300b0557b0fa1256537be280e028f2aa2dd1f

Contents?: true

Size: 572 Bytes

Versions: 26

Compression:

Stored size: 572 Bytes

Contents

= render 'layout' do
  = render 'effective/classified_wizards/content', resource: resource

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

  = card do
    = 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 |fo|
        = effective_address_fields(fo, :billing)

      %p.text-muted * Not all postings require a fee and we ask for a billing address for future use.

      = f.save 'Save and Continue'

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
effective_classifieds-0.8.1 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.8.0 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.7.0 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.6.7 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.6.6 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.6.5 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.6.4 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.6.3 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.6.2 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.6.1 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.6.0 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.5.1 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.5.0 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.4.13 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.4.12 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.4.11 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.4.10 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.4.9 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.4.8 app/views/effective/classified_wizards/billing.html.haml
effective_classifieds-0.4.7 app/views/effective/classified_wizards/billing.html.haml