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 .col-sm-4.filter_column label.control-label for="normal-field" Banco = f.text_field :banco_nome_cont, placeholder: 'Ex.: Banco X', class: "form-control input-sm", maxlength: 80 .col-sm-5.filter_column label.control-label for="normal-field" Nome da Agência = f.text_field :nome_cont, placeholder: 'Ex.: Agência X', class: "form-control input-sm", maxlength: 80 .col-sm-3.filter_column label.control-label for="normal-field" Número da Agência = f.text_field :numero_da_agencia_cont, placeholder: 'Ex.: 002756', class: "form-control input-sm", maxlength: 6 .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"