Sha256: 44f92dfc5aae65f7b5a7668a8dc76d5ab79062ebaa63062cea9ea568d05997fa

Contents?: true

Size: 832 Bytes

Versions: 16

Compression:

Stored size: 832 Bytes

Contents

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

- content_for :body_content_title do
  %h1 Purchase Completed

- content_for :body_content_left do

  %section
    %h3= @purchase_status 
    - if @order.errors.empty?
      %h3 Confirmation code: #{@order.cc_confirmation_id}
      = link_to( "continue »".html_safe, refinery.stores_stores_path( ) )
    - else
      = render '/refinery/admin/error_messages', :object => @order, :include_object_name => true 
      = link_to( 'cancel', refinery.cancel_order_orders_order_path( @order ) )
      = button_to( "change",   refinery.re_edit_orders_order_path( @order ),   :class => "re_edit-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/purchase.html.haml
refinerycms-stores-0.0.16 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.14 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.13 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.12 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.11 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.10 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.9 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.8 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.7 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.6 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.5 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.4 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.3 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.2 app/views/refinery/orders/orders/purchase.html.haml
refinerycms-stores-0.0.1 app/views/refinery/orders/orders/purchase.html.haml