section.widget.widget-search header h5 Filtros .widget-controls a data-widgster="expand" href="#" style="display: none;" title="Expand" i.icone-cadastrar a data-widgster="collapse" href="#" title="Collapse" i.glyphicon.glyphicon-minus .widget-body = simple_form_for( @q, url: contabilidade_tentativas_de_movimentacoes_do_plano_de_contas_path, method: :get, html: { class: "form-vertical" } ) do |f| fieldset .form-group .row .col-sm-3 = f.input :data_da_tentativa_eq, label: "Data da Tentativa",as: :string, wrapper: :calendar_field, input_html: { class: "date-picker", autocomplete: "off", placeholder: "#{Date.today}"} .col-sm-3 = f.input :evento_contabil_id_eq, label: "Evento Cóntabil" ,collection: @eventos_contabeis, label_method: :nome, include_blank: "Selecione", input_html: { class: "s2" } .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"