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"}, builder: SimpleForm::FormBuilder do |f| fieldset .form-group .row .col-sm-3 = f.input :tipo_eq, label: "Tipo", collection: Transparencia::Documento.tipos_i18n, value_method: :first, label_method: :second .col-sm-3 = f.input :exercicio_eq, label: "ExercĂ­cio" .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"