Sha256: 2e96bef02508d89144a9b17bc2c15c550114076ff1723f9ab0c8e99520a00590

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

%p.general-address
  = client_name(order.shipping_address)
  - if order.in_progress?
    = link_to t('checkout.edit'), wizard_path(:address, edit: true), class: "general-edit"
  %br
  = order.shipping_address.address
  %br
  = order.shipping_address.city
  %br
  = order.shipping_address.country
  %br
  = t('checkout.phone') + order.shipping_address.phone

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loker-shopping-cart-0.1.3 app/views/shopping_cart/shared/_shipping_address_info.haml
loker-shopping-cart-0.1.2 app/views/shopping_cart/shared/_shipping_address_info.haml
loker-shopping-cart-0.1.1 app/views/shopping_cart/shared/_shipping_address_info.haml