Sha256: 8797091807060221c7949400f235f206ac39aa2e1177628b056c3d1a1ce0b19f

Contents?: true

Size: 404 Bytes

Versions: 3

Compression:

Stored size: 404 Bytes

Contents

.raw
  .col-md-12
    %h3
      = t('checkout.confirm_order') if step == :confirm
      = t('checkout.order_number', num: @order.number) if step == :complete
= form_for @order, url: wizard_path do |f|
  = render partial: 'confirmation_details', locals: {order: @order}
  = render partial: 'confirmation_order', locals: {order: @order}
  = render partial: "#{step}_buttons", locals: {f: f, order: @order}

Version data entries

3 entries across 3 versions & 1 rubygems

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