Sha256: c3de72a8e902efb619f4a0c23021d3f5409591df52211e5e02cc7255ad494730

Contents?: true

Size: 467 Bytes

Versions: 8

Compression:

Stored size: 467 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

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/orders/show.html.erb
spree_core-0.70.6 app/views/orders/show.html.erb
spree_core-0.70.5 app/views/orders/show.html.erb
spree_core-0.70.4 app/views/orders/show.html.erb
spree_core-0.70.3 app/views/orders/show.html.erb
spree_core-0.70.2 app/views/orders/show.html.erb
spree_core-0.70.1 app/views/orders/show.html.erb
spree_core-0.70.0 app/views/orders/show.html.erb