From 7c723c04b6430157a12aeda6d2c2a0ac07bbf46d Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Thu, 12 Mar 2015 12:23:02 +1100 Subject: [PATCH] Show yes/no instead of true/false --- .../index/add_temp_controlled_td.html.haml.deface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/overrides/spree/admin/shipping_categories/index/add_temp_controlled_td.html.haml.deface b/app/overrides/spree/admin/shipping_categories/index/add_temp_controlled_td.html.haml.deface index 25337bdebd..aaafec5607 100644 --- a/app/overrides/spree/admin/shipping_categories/index/add_temp_controlled_td.html.haml.deface +++ b/app/overrides/spree/admin/shipping_categories/index/add_temp_controlled_td.html.haml.deface @@ -1,5 +1,5 @@ / insert_after "[data-hook='category_row'] td:first-child" %td.align-center - = shipping_category.temperature_controlled + = shipping_category.temperature_controlled ? 'Yes' : 'No' %br/