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