diff --git a/app/views/spree/shared/_line_item_name.html.haml b/app/views/spree/shared/_line_item_name.html.haml index 12a32772a4..2139532c23 100644 --- a/app/views/spree/shared/_line_item_name.html.haml +++ b/app/views/spree/shared/_line_item_name.html.haml @@ -1,4 +1,4 @@ -%h5.inline-header +%h5.inline-header{ style: "background-color: transparent" } = "#{raw(line_item.product.name)}" - unless line_item.product.name.include? line_item.name_to_display %span= "- #{raw(line_item.name_to_display)}"