Sha256: 8818cb8d98778449377d4e4c70b61ec78a4835c776e2056da12d7123c79f5c3d

Contents?: true

Size: 223 Bytes

Versions: 3

Compression:

Stored size: 223 Bytes

Contents

= render 'shopping_cart/checkout/checkout_form' do |f|
  - [:billing, :shipping].each do |type|
    .col-md-4
      = render partial: 'address_fields',
        locals: { f: f, type: type, order: @order, user: @order.user }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shopping-cart-0.1.2 app/views/shopping_cart/checkout/address.html.haml
shopping-cart-0.1.1 app/views/shopping_cart/checkout/address.html.haml
shopping-cart-0.1.0 app/views/shopping_cart/checkout/address.html.haml