Add correct markup for tax category required asterisk

This commit is contained in:
Rohan Mitchell
2015-01-09 12:45:35 +11:00
parent 22cb8b7a71
commit 27bc845b0b

View File

@@ -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