Sha256: 87dcd2027ee8f041d31d6cd17069acd69060ed49f526dffaafd537a16f7d2d87

Contents?: true

Size: 254 Bytes

Versions: 3

Compression:

Stored size: 254 Bytes

Contents

.col-sm-3
  %h3.general-subtitle= t('checkout.shipments')
  %p.general-address
  = order.delivery.name
  - if order.in_progress?
    = link_to t('checkout.edit'), wizard_path(:delivery, edit: true), class: "general-edit"
  %br
  = order.delivery.duration

Version data entries

3 entries across 3 versions & 1 rubygems

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