diff --git a/app/views/spree/orders/_form.html.haml b/app/views/spree/orders/_form.html.haml index 414961c1ff..943a677c3c 100644 --- a/app/views/spree/orders/_form.html.haml +++ b/app/views/spree/orders/_form.html.haml @@ -11,7 +11,7 @@ %thead %tr %th.cart-item-description-header= t(:item) - %th.cart-item-price-header.text-right= t(:price) + %th.cart-item-price-header= t(:price) %th.text-center.cart-item-quantity-header= t(:qty) %th.cart-item-total-header.text-right= t(:total) %th.cart-item-delete-header diff --git a/app/views/spree/orders/_line_item.html.haml b/app/views/spree/orders/_line_item.html.haml index 7d8011134d..3bcb2391e4 100644 --- a/app/views/spree/orders/_line_item.html.haml +++ b/app/views/spree/orders/_line_item.html.haml @@ -18,7 +18,7 @@ = t(".unavailable_item") %br/ - %td.text-right.cart-item-price + %td.cart-item-price = line_item.single_display_amount_with_adjustments.to_html %br %span.unit-price