From c3c1573f54544308b0b5bcf307ec3ca027b7d225 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 5 Mar 2015 23:22:31 +1100 Subject: [PATCH] Adding a comment --- app/views/spree/orders/_form.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/spree/orders/_form.html.haml b/app/views/spree/orders/_form.html.haml index 5f7183a6cd..f0edc75221 100644 --- a/app/views/spree/orders/_form.html.haml +++ b/app/views/spree/orders/_form.html.haml @@ -45,7 +45,8 @@ %td.text-right %span.order-total.distribution-total= display_checkout_admin_and_handling_adjustments_total_for(@order) %td - + + / This is the fees row which we want to replace with the pop-over / %tr / %td{colspan:"5"} / = render "spree/orders/adjustments" unless @order.adjustments.eligible.blank?