From 0d5fde919b18337235dad190aeb61f455af8a5bd Mon Sep 17 00:00:00 2001 From: Lynne Davis Date: Fri, 24 Feb 2017 09:24:33 +0000 Subject: [PATCH] Property name spans signle col heading --- .../index/rename_form_headings.html.haml.deface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/overrides/spree/admin/product_properties/index/rename_form_headings.html.haml.deface b/app/overrides/spree/admin/product_properties/index/rename_form_headings.html.haml.deface index fb3c7d0dcc..011580c1bb 100644 --- a/app/overrides/spree/admin/product_properties/index/rename_form_headings.html.haml.deface +++ b/app/overrides/spree/admin/product_properties/index/rename_form_headings.html.haml.deface @@ -1,5 +1,5 @@ / replace "tr[data-hook='product_properties_header']" %tr{"data-hook" => "product_properties_header"} - %th{:colspan => "2"}= t('admin.products.properties.property_name') + %th= t('admin.products.properties.property_name') %th= t('admin.description') %th.actions