Sha256: 70ca3e2fc769dde7466e3fe24f4658f989bdfa780083a9ca810a73da91a82e3e

Contents?: true

Size: 468 Bytes

Versions: 2

Compression:

Stored size: 468 Bytes

Contents

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

<div id="order" data-hook>
  <% if params.has_key? :checkout_complete %>
  	<h3><%= t('thank_you_for_your_order') %></h3>
  <% end %>
  <%= render :partial => 'shared/order_details', :locals => {:order => @order} %>
  <p data-hook="links">
    <%= 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

2 entries across 2 versions & 1 rubygems

Version Path
spree_core-0.70.0.rc2 app/views/orders/show.html.erb
spree_core-0.70.RC1 app/views/orders/show.html.erb