Sha256: c6624839c405a94d0a916b562224de7c856ae01d94a6ff3b1005c88781b2d0d0
Contents?: true
Size: 701 Bytes
Versions: 59
Compression:
Stored size: 701 Bytes
Contents
<div class="field alpha omega eight columns taxons_rule_taxons"> <%= label_tag "#{param_prefix}_taxon_ids_string", Spree.t('taxon_rule.choose_taxons') %> <%= hidden_field_tag "#{param_prefix}[taxon_ids_string]", promotion_rule.taxon_ids.join(","), :class => "taxon_picker fullwidth", id: 'product_taxon_ids' %> </div> <div class="field alpha omega eight columns"> <label> <%= Spree.t('taxon_rule.label', :select => select_tag("#{param_prefix}[preferred_match_policy]", options_for_select(Spree::Promotion::Rules::Taxon::MATCH_POLICIES.map{|s| [Spree.t("taxon_rule.match_#{s}"),s] }, promotion_rule.preferred_match_policy), {:class => 'select_taxon select2'})).html_safe %> </label> </div>
Version data entries
59 entries across 59 versions & 2 rubygems