Sha256: a7f9cdb823f4e43a59285883982ae4a7c07bf4e29ef9bf82057ce0270aedd9db
Contents?: true
Size: 470 Bytes
Versions: 9
Compression:
Stored size: 470 Bytes
Contents
<div class="field alpha four columns"> <%= select_tag "#{param_prefix}[preferred_operator]", options_for_select(Spree::Promotion::Rules::ItemTotal::OPERATORS.map{|o| [t("item_total_rule.operators.#{o}"),o]}, promotion_rule.preferred_operator), {:class => 'select2 select_item_total fullwidth'} %> </div> <div class="field omega four columns"> <%= text_field_tag "#{param_prefix}[preferred_amount]", promotion_rule.preferred_amount, :class => 'fullwidth' %> </div>
Version data entries
9 entries across 9 versions & 2 rubygems