Sha256: 144688c254f119a4299ff4ac01e499f8cc4eaa5e3702372f42f5f772cec46b8c

Contents?: true

Size: 440 Bytes

Versions: 13

Compression:

Stored size: 440 Bytes

Contents

<h1><%= accurate_title %></h1>

<div id="order">
  <% if params.has_key? :checkout_complete %>
  	<h3><%= t('thank_you_for_your_order') %></h3>
  <% end %>
  <%= render :partial => 'shared/order_details', :locals => {:order => @order} %>
  <p>
    <%= link_to t('back_to_store'), root_path %>
    <% unless params.has_key? :checkout_complete %>
    	| <%= link_to t('my_account'), account_path if current_user%>
    <% end %>
  </p>
</div>

Version data entries

13 entries across 13 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/orders/show.html.erb
My-Commerce_core-1.1.0 app/views/orders/show.html.erb
My-Commerce_core-1.0.0 app/views/orders/show.html.erb
MyCommerceapi-1.0.0 core/app/views/orders/show.html.erb
MyCommerce-0.0.3 core/app/views/orders/show.html.erb
rfcommerce_core-0.0.3 app/views/orders/show.html.erb
spree_core-0.60.6 app/views/orders/show.html.erb
spree_core-0.60.5 app/views/orders/show.html.erb
spree_core-0.60.4 app/views/orders/show.html.erb
spree_core-0.60.3 app/views/orders/show.html.erb
spree_core-0.60.2 app/views/orders/show.html.erb
spree_core-0.60.1 app/views/orders/show.html.erb
spree_core-0.60.0 app/views/orders/show.html.erb