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"} do |f| fieldset .form-group .row .col-sm-3 label.control-label Numero ato = f.text_field :numero_ato_eq, class: "form-control input-sm" .col-sm-3 label.control-label Unidade gestora = f.text_field :unidades_gestoras_do_leilao_unidade_gestora_id_eq, class: "form-control input-sm" .col-sm-3 label.control-label Comissao = f.text_field :comissao_id_eq, class: "form-control input-sm" .col-sm-3 label.control-label Numero leilao = f.text_field :numero_leilao_eq, class: "form-control input-sm" .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"