From 27bc845b0b23cd01bff0264652bbaa62d08e8679 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 9 Jan 2015 12:45:35 +1100 Subject: [PATCH] Add correct markup for tax category required asterisk --- app/views/spree/admin/products/_tax_category_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/admin/products/_tax_category_form.html.haml b/app/views/spree/admin/products/_tax_category_form.html.haml index 9ab348636c..81a8677528 100644 --- a/app/views/spree/admin/products/_tax_category_form.html.haml +++ b/app/views/spree/admin/products/_tax_category_form.html.haml @@ -1,6 +1,6 @@ = f.field_container :tax_category_id do = f.label :tax_category_id, t(:tax_category) - * + %span.required * %br = f.collection_select(:tax_category_id, Spree::TaxCategory.all, :id, :name, {:include_blank => Spree::TaxCategory.count > 1}, {:class => "select2 fullwidth"}) = f.error_message_on :tax_category_id