Sha256: 5b8abb71e62445f69d7cbbf1fff3a662e5e760a01444380212f5e2556e180119
Contents?: true
Size: 664 Bytes
Versions: 2
Compression:
Stored size: 664 Bytes
Contents
<div class="card-body"> <div class="form-group taxons_rule_taxons"> <%= label_tag "#{param_prefix}_taxon_ids_string", Spree.t('taxon_rule.choose_taxons') %> <%= select_tag "#{param_prefix}[taxon_ids_string]", nil, class: 'taxon_picker d-block w-100', id: :product_taxon_ids %> </div> <div class="form-group mb-0"> <%= label_tag Spree.t('taxon_rule.label') %> <%= 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 form-control custom-select'}) %> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_backend-4.2.0 | app/views/spree/admin/promotions/rules/_taxon.html.erb |
spree_backend-4.2.0.rc5 | app/views/spree/admin/promotions/rules/_taxon.html.erb |