Sha256: b005b6c04e9f8dbb918c676a51f16f12d6a58f30215fab9ac238a95d928e6f99
Contents?: true
Size: 753 Bytes
Versions: 3
Compression:
Stored size: 753 Bytes
Contents
<div class="col-12 col-md-6 col-lg-4 col-xl-3"> <div class="date-range-filter field"> <%= label_tag "q_#{attribute}", label.respond_to?(:call) ? label.call : label %> <div class="date-range-fields input-group"> <%= f.text_field "#{attribute}_gt", class: 'datepicker form-control datepicker-from', value: params[:q][:created_at_gt], placeholder: t('spree.start') %> <div class="input-group-prepend input-group-append"> <span class="input-group-text range-divider"> <i class="fa fa-arrow-right"></i> </span> </div> <%= f.text_field "#{attribute}_lt", class: 'datepicker form-control datepicker-to', value: params[:q][:created_at_lt], placeholder: t('spree.stop') %> </div> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems