Sha256: 503d48ffa34a024ffa27c822a91d0100ac5714f0852a5bb2e14d3abc59f8cfb7
Contents?: true
Size: 487 Bytes
Versions: 2
Compression:
Stored size: 487 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 => 'spree/shared/order_details', :locals => { :order => @order } %> <p data-hook="links"> <%= link_to t(:back_to_store), spree.root_path %> <% unless params.has_key? :checkout_complete %> | <%= link_to t(:my_account), spree.account_path if current_user%> <% end %> </p> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-1.0.0.rc2 | app/views/spree/orders/show.html.erb |
spree_core-1.0.0.rc1 | app/views/spree/orders/show.html.erb |