Sha256: fd57fb6435f02395bd6c3ef0c9f5028d5c825a9ff015163ceefcb29e44d19039
Contents?: true
Size: 515 Bytes
Versions: 4
Compression:
Stored size: 515 Bytes
Contents
<section class='filter-box'> <%= form_tag('javascript://', method: :get) do%> <%= text_field_tag 'query[from]', params[:query].present? ? params[:query][:from] : '', placeholder: 'De:' , data: {'date-format' => "DD/MM/YYYY"}, class: 'datepicker'%> <%= text_field_tag 'query[to]' , params[:query].present? ? params[:query][:to] : '' , placeholder: 'Até:', data: {'date-format' => "DD/MM/YYYY"}, class: 'datepicker'%> <%= submit_tag 'Filter', 'data-disable-with' => '...' %> <% end -%> </section>
Version data entries
4 entries across 4 versions & 1 rubygems