Sha256: 0a19ee26a1f34dda7663602e3e48135d5f99653ac0f487dadcda3ac7e7fde947

Contents?: true

Size: 958 Bytes

Versions: 59

Compression:

Stored size: 958 Bytes

Contents

- form ||= local_assigns[:form] || local_assigns[:f]

-# = render 'effective/orders/order_notes', order: form.object
-# = render 'effective/orders/order_items', order: form.object

= form.hidden_field :confirmed_checkout, value: true

- num_addresses = [EffectiveOrders.billing_address, EffectiveOrders.shipping_address].count(true)

- if num_addresses > 0
  .effective-order-addresses
    .row
      - if EffectiveOrders.billing_address
        %div{class: "col-md-#{12 / num_addresses}"}
          %h2 Billing Address
          = effective_address_fields(form, :billing_address)

      - if EffectiveOrders.shipping_address
        %div{class: "col-md-#{12 / num_addresses}"}
          %h2 Shipping Address
          = effective_address_fields(form, :shipping_address)

- if EffectiveOrders.collect_note
  = render 'effective/orders/fields_note', form: form

- if EffectiveOrders.terms_and_conditions
  = render 'effective/orders/fields_terms', form: form

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
effective_orders-6.19.1 app/views/effective/orders/_fields.html.haml
effective_orders-6.19.0 app/views/effective/orders/_fields.html.haml
effective_orders-6.18.4 app/views/effective/orders/_fields.html.haml
effective_orders-6.18.3 app/views/effective/orders/_fields.html.haml
effective_orders-6.18.2 app/views/effective/orders/_fields.html.haml
effective_orders-6.18.1 app/views/effective/orders/_fields.html.haml
effective_orders-6.18.0 app/views/effective/orders/_fields.html.haml
effective_orders-6.17.2 app/views/effective/orders/_fields.html.haml
effective_orders-6.17.1 app/views/effective/orders/_fields.html.haml
effective_orders-6.17.0 app/views/effective/orders/_fields.html.haml
effective_orders-6.16.4 app/views/effective/orders/_fields.html.haml
effective_orders-6.16.3 app/views/effective/orders/_fields.html.haml
effective_orders-6.16.2 app/views/effective/orders/_fields.html.haml
effective_orders-6.16.1 app/views/effective/orders/_fields.html.haml
effective_orders-6.16.0 app/views/effective/orders/_fields.html.haml
effective_orders-6.15.0 app/views/effective/orders/_fields.html.haml
effective_orders-6.14.6 app/views/effective/orders/_fields.html.haml
effective_orders-6.14.5 app/views/effective/orders/_fields.html.haml
effective_orders-6.14.4 app/views/effective/orders/_fields.html.haml
effective_orders-6.14.3 app/views/effective/orders/_fields.html.haml