Sha256: ad1c20d84c1b7d83df102d5887488f80ed9dd496eefe7b789744edb9dfad8388
Contents?: true
Size: 440 Bytes
Versions: 6
Compression:
Stored size: 440 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'), account_path 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
6 entries across 6 versions & 1 rubygems