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-4 label.control-label for="normal-field" Investimento = f.select :fundo_de_investimento_id_eq, options_from_collection_for_select( \ @fundos_de_investimento, :id, :nome_do_fundo, @q.fundo_de_investimento_id_eq \ ), {include_blank: 'Selecione'}, class: "form-control s2 input-sm" .col-sm-3 label.control-label Saldo Inicial = f.monetary_field :saldo_inicial_eq, class: "form-control input-sm" .col-sm-3 label.control-label Valor da Aplicação = f.monetary_field :valor_da_aplicacao_eq, class: "form-control input-sm" .form-group .row .col-sm-3 label.control-label Valor do Resgate = f.monetary_field :valor_do_resgate_eq, class: "form-control input-sm" .col-sm-3 label.control-label Valor do Rendimento = f.monetary_field :valor_do_rendimento_eq, class: "form-control input-sm" .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"