Sha256: ebde6be53683ccc7057a51a8e3bbbb9daba11e779d3d142eedb0fdfcd4b573b5

Contents?: true

Size: 246 Bytes

Versions: 3

Compression:

Stored size: 246 Bytes

Contents

#billing_block
  %h4
    = t('checkout.billing')
    %small= edit_step_link :address
  =order.billing.decorate.full_info
#shipping_block
  %h4
    = t('checkout.shipping')
    %small= edit_step_link :address
  = order.shipping.decorate.full_info

Version data entries

3 entries across 3 versions & 1 rubygems

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