Sha256: b01fda09de07659f84ad65b42a1b8a76bf21720195fbe123a8aa7b66f8adf876
Contents?: true
Size: 452 Bytes
Versions: 9
Compression:
Stored size: 452 Bytes
Contents
<div id="order"> <%= link_to t('back_to_store'), products_path %> <% if params.has_key? :checkout_complete %> <br/><br/> <h3><%= t('thank_you_for_your_order') %></h3> <% else %> | <%= link_to t('my_account'), user_path(current_user) if current_user%> <% end %> <br/><br/> <%= render :partial => 'shared/order_details', :locals => {:order => @order} -%> <br/> <%= link_to t('back_to_store'), products_path %> </div>
Version data entries
9 entries across 9 versions & 1 rubygems