Sha256: c739eb72181814450f0d9c94025acd3cd713c93a93a0e2f5ba343475c976ec1d

Contents?: true

Size: 803 Bytes

Versions: 16

Compression:

Stored size: 803 Bytes

Contents

- content_for :stylesheets do
  = stylesheet_link_tag('refinery/refinerycms-stores')

- content_for :body_content_title do
  %h1 Place your order

- content_for :body_content_left do

  %section
    %h3 Billing Information
    %h3 Shipping Information
    %h3 Payment
    %p
      = @order.cc_card_type
      xxxx-xxxx-xxxx-#{@order.cc_last4}

    = link_to( 'cancel', refinery.cancel_order_orders_order_path( @order ) )
    = button_to( "change",   refinery.re_edit_orders_order_path( @order ),   :class => "re_edit-cart" )
    = button_to( "Place your order »".html_safe,   refinery.purchase_orders_order_path( @order ),   :class => "checkout-cart" )

- content_for :body_content_right do
  %aside
    = render :partial => "order_snapshot", :object => @order

= render "/refinery/content_page"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
refinerycms-stores-0.1.0 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.16 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.14 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.13 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.12 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.11 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.10 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.9 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.8 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.7 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.6 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.5 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.4 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.3 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.2 app/views/refinery/orders/orders/confirmation.html.haml
refinerycms-stores-0.0.1 app/views/refinery/orders/orders/confirmation.html.haml