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 = search_form_for @q, :html => {class: "form-vertical"}, builder: SimpleForm::FormBuilder do |f| fieldset .form-group .row .col-sm-2 label.control-label Data Inicial = f.calendar_field :data_inicial_gteq, as: :string, input_html: { class: "date-picker", autocomplete: "off" } .col-sm-2 label.control-label Data Final = f.calendar_field :data_inicial_lteq, as: :string, input_html: { class: "date-picker", autocomplete: "off" } .col-sm-3 label.control-label Nome = f.text_field :nome_cont, class: "form-control input-sm" .col-sm-3 = f.input :acao_id_eq, label: "Programas", collection: @programas, label_method: :codigo_e_nome, include_blank: "Selecione", input_html: { class: "s2" }