Merge branch 'product-category-required'

This commit is contained in:
Rohan Mitchell
2014-12-12 15:29:31 +11:00

View File

@@ -1,6 +1,6 @@
= f.field_container :primary_taxon_id do
= f.label :primary_taxon_id, t(:product_category)
*
%span.required *
%br
= f.collection_select(:primary_taxon_id, Spree::Taxon.all, :id, :name, {:include_blank => true}, {:class => "select2 fullwidth"})
= f.error_message_on :primary_taxon_id