Sha256: 7b9985506b3a8f63415f28dba09af9a5d2288ec706d833674a966007bbffd47a
Contents?: true
Size: 374 Bytes
Versions: 3
Compression:
Stored size: 374 Bytes
Contents
<h1>Invoice</h1> <p>Print this page for your records.</p> <h4>Your Order</h4> <% cache @transaction.cart do %> <%= render :partial => '/tb_checkout/carts/cart', :locals => {:editable => false, :cart => @transaction.cart} %> <% end %> <% cache @transaction do %> <%= render 'details' %> <% end %> <p><%= link_to 'View My Orders', tb_checkout_transactions_path %></p>
Version data entries
3 entries across 3 versions & 1 rubygems