Sha256: bb7446c636b4a310d918ed7effc645fc031069f6bb3c6f142233779302986f2c
Contents?: true
Size: 573 Bytes
Versions: 5
Compression:
Stored size: 573 Bytes
Contents
<div class="form-group"> <%= fields_for "#{prefix}[calculator_attributes]", calculator do |f| %> <%= f.label :preferred_amount %> <%= render "solidus_promotions/admin/shared/number_with_currency", f: f, amount_attr: :preferred_amount, currency_attr: :preferred_currency %> <% end %> </div> <div class="form-group"> <p> <%= admin_hint( calculator.model_name.human, calculator.class.human_attribute_name(:explanation) ) %> This amount will be the <strong>total</strong> discount spread amongst all of the line items. </p> </div>
Version data entries
5 entries across 5 versions & 1 rubygems