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