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 for="normal-field" Exercício = f.text_field :exercicio_eq, placeholder: 'Ex.: 2017', class: "form-control input-sm", data: { autonumeric: true, 'a-sep'=>'','v-min' => '0', 'v-max' => '9999' } .col-sm-3.filter_column label.control-label for="normal-field" Número da Lei = f.text_field :numero_da_lei_cont, placeholder: 'Ex.: 10.435', class: "form-control input-sm" .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"