Sha256: 65e860917bff165dc8998194679c41abc78b0533eb4623301228eebc9f02353d

Contents?: true

Size: 442 Bytes

Versions: 5

Compression:

Stored size: 442 Bytes

Contents

<p>
  <%= condition.class.human_attribute_name(:description) %>
</p>
<div class="row">
  <div class="col-6">
    <div class="form-group">
      <%= SolidusPromotions::Conditions::NthOrder.human_attribute_name(:form_text) %>
    </div>
  </div>
  <div class="col-6">
    <div class="form-group">
      <%= number_field_tag "#{param_prefix}[preferred_nth_order]", condition.preferred_nth_order, class: 'fullwidth' %>
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_promotions-4.5.1 lib/views/backend/solidus_promotions/admin/condition_fields/_nth_order.html.erb
solidus_promotions-4.5.0 lib/views/backend/solidus_promotions/admin/condition_fields/_nth_order.html.erb
solidus_promotions-4.4.2 lib/views/backend/solidus_promotions/admin/condition_fields/_nth_order.html.erb
solidus_promotions-4.4.1 lib/views/backend/solidus_promotions/admin/condition_fields/_nth_order.html.erb
solidus_promotions-4.4.0 lib/views/backend/solidus_promotions/admin/condition_fields/_nth_order.html.erb