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 style="margin-left: 0;" .col-sm-3.filter_column label.control-label Cód. = f.text_field :codigo_eq, class: "form-control input-sm" .col-sm-3.filter_column label.control-label Data a partir de = f.calendar_field :data_gteq, class: "form-control date-picker input-sm", autocomplete: "off" .form-group .row style="margin-left: 0;" .col-sm-4.filter_column label.control-label UG Executora = f.select :unidade_orcamentaria_id_eq, options_from_collection_for_select( @unidades_orcamentarias, :id, :codigo_completo_e_nome, @q.unidade_orcamentaria_id_eq \ ), {include_blank: 'Selecione'}, class: "form-control s2 input-sm" .col-sm-3.filter_column label.control-label Financiador = f.select :financiador_id_eq, options_from_collection_for_select( @fornecedores, :id, :nome_e_cpf_ou_cnpj, @q.financiador_id_eq \ ), { include_blank: 'Selecione' }, class: "form-control s2 input-sm" .form-group .row style="margin-left: 0;" .col-sm-3.filter_column label.control-label Código da Obra = f.text_field :obra_codigo_eq, class: "form-control input-sm" .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"