Sha256: a62aafb37e5e34215bfdac5a80f1a8a7b4b33c5ec32072a7789c80eddc36e58b

Contents?: true

Size: 198 Bytes

Versions: 3

Compression:

Stored size: 198 Bytes

Contents

.raw
  .col-md-12
    %h1.page-header= t('cart.page_title')
    .well
      - if @order
        = render partial: 'form', locals: {order: @order}
      - else
        = render partial: 'empty_cart'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shopping-cart-0.1.2 app/views/shopping_cart/orders/edit.html.haml
shopping-cart-0.1.1 app/views/shopping_cart/orders/edit.html.haml
shopping-cart-0.1.0 app/views/shopping_cart/orders/edit.html.haml