Sha256: 6ab7d59f036397e746c0167148d1237420f0da06f0c494c5308cc0d971e9886c
Contents?: true
Size: 451 Bytes
Versions: 9
Compression:
Stored size: 451 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