Sha256: 5e5584d4fd9c0c4e4e088692190ca53ac1f26534a898086577f047c709b809bd
Contents?: true
Size: 608 Bytes
Versions: 62
Compression:
Stored size: 608 Bytes
Contents
= hidden_field_tag 'product_rule[name]', rule.name, id: nil = hidden_field_tag 'product_rule[operator]', 'equals' = rule.name.titleize is = text_field_tag 'product_rule[value]', rule.value, class: 'text-box text-box--i18n text-box--medium' = inline_svg 'workarea/admin/icons/help.svg', class: 'svg-icon svg-icon--small svg-icon--blue', data: { tooltip: { content_id: '#value-info' }.to_json } #value-info.tooltip-content %p Separating values with commas will allow products that match any to be included. So using <code>Red, Green, Blue</code> would include Red products, Green products, or Blue products.
Version data entries
62 entries across 62 versions & 1 rubygems