app/views/tb_checkout/transactions/show.html.erb in tb_checkout-1.0.5 vs app/views/tb_checkout/transactions/show.html.erb in tb_checkout-1.0.6

- old
+ new

@@ -1,14 +1,10 @@ <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 %> +<%= render :partial => '/tb_checkout/carts/cart', :locals => {:editable => false, :cart => @transaction.cart} %> -<% cache @transaction do %> - <%= render 'details' %> -<% end %> +<%= render 'details' %> <p><%= link_to 'View My Orders', tb_checkout_transactions_path %></p>