= javascript_include_tag "bomcobox" .widget-body = search_form_for @q, url: portal_da_transparencia_lista_de_documentos_path, :html => {class: "form-vertical"}, builder: SimpleForm::FormBuilder do |f| fieldset .form-group .row .col-sm-5 = f.input :tipo_eq, label: "Tipo", collection: Transparencia::Documento.tipos_i18n.transform_keys {|key| Transparencia::Documento.tipos[key]}, value_method: :first, label_method: :second .col-sm-5 = f.input :exercicio_eq, label: "ExercĂ­cio", collection: @exercicios, value_method: :exercicio, label_method: :exercicio .col-sm-2 .br .form-actions.form-search-actions style="margin-top: 2.5rem" = f.submit "Consultar", class: "btn-default btn-sm"