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