app/views/simple_cart/checkout/billing.html.haml in simple_cart-0.0.2 vs app/views/simple_cart/checkout/billing.html.haml in simple_cart-0.0.3

- old
+ new

@@ -24,10 +24,10 @@ = check_box(:shipping, :use_billing_address, {:checked => true}, true, false) Use billing address .col-md-4.col-sm-4.text-center %h2 Order Summary - / = render 'summary' + = render 'summary' .row .col-md-4.col-sm-4.actions = f.submit 'Save and continue', class: 'btn btn-success btn-block'