Sha256: 03fa4ef221528a5b58c39de5d199c7f4182dd7301ee13cbebdfefb6e40c1df3d

Contents?: true

Size: 700 Bytes

Versions: 116

Compression:

Stored size: 700 Bytes

Contents

<div class="field alpha omega eight columns products_rule_products">
  <%= label_tag "#{param_prefix}_product_ids_string", Spree.t('product_rule.choose_products') %>
  <%= hidden_field_tag "#{param_prefix}[product_ids_string]", promotion_rule.product_ids.join(","), :class => "product_picker fullwidth" %>
</div>
<div class="field alpha omega eight columns">
  <label>
    <%= Spree.t('product_rule.label', :select => select_tag("#{param_prefix}[preferred_match_policy]", options_for_select(Spree::Promotion::Rules::Product::MATCH_POLICIES.map{|s| [Spree.t("product_rule.match_#{s}"),s] }, promotion_rule.preferred_match_policy), {:class => 'select_product select2'})).html_safe %>
  </label>
</div>

Version data entries

116 entries across 116 versions & 2 rubygems

Version Path
spree_backend-2.3.8 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.4.5 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.4.4 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.3.7 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.4.3 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.2.9 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.1.12 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.4.2 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.3.6 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.2.8 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.1.11 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.4.1 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.4.0 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.3.5 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.2.7 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.1.10 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.0.13 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.4.0.rc3 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.4.0.rc2 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.4.0.rc1 app/views/spree/admin/promotions/rules/_product.html.erb