section.widget style="margin-top: 15px !important;" .widget-body .row.row-alinhar style="margin-bottom: 5px" .col-md-10 .col-md-2 style="text-align-last: right;" .btn-group.dropdown data-dropdown="" style="justify-content: flex-end !important;" button type="button" class="btn btn_portal btn-md mb-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" i.icone-imprimir ' Imprimir span class="caret" ul class="dropdown-menu" style="text-align-last: left;" li = link_to portal_da_transparencia_transferencias_e_convenios_path(request.parameters.merge({format: :pdf})), style: "margin-right: 2px", class: "btn btn_portal2 btn-sm mb-xs", id: "btn_pdf", target: '_blank' do i.icone-pdf ' PDF li = link_to portal_da_transparencia_transferencias_e_convenios_path(request.parameters.merge({format: :xlsx})), style: "margin-right: 2px", class: "btn btn_portal2 btn-sm mb-xs", id: "btn_pdf", target: '_blank' do i.icone-pdf ' XLSX li = link_to portal_da_transparencia_transferencias_e_convenios_path(request.parameters.merge({format: :csv})), style: "margin-right: 2px", class: "btn btn_portal2 btn-sm mb-xs", id: "btn_pdf", target: '_blank' do i.icone-pdf ' CSV li = link_to portal_da_transparencia_transferencias_e_convenios_path(request.parameters.merge({format: :txt})), style: "margin-right: 2px", class: "btn btn_portal2 btn-sm mb-xs", id: "btn_pdf", target: '_blank' do i.icone-pdf ' TXT .row.row-alinhar - if @transferencias_total.blank? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th width="10%" Data th width="15%" Código th width="10%" Tipo th width="15%" Modalidade th width="20%" Órgao Cedente th width="10%" Fim da Vigência th width="30%" UG Executora tbody - @transferencias_total.each do |transferencia| tr td = transferencia.data td = transferencia.try(:codigo_transferencia) td = transferencia.localizar(:tipo) td = transferencia.localizar(:modalidade) td = transferencia.orgao_cedente.try(:nome_e_cpf_ou_cnpj) td = transferencia.try(:fim_da_vigencia) td = transferencia.try(:unidade_orcamentaria).try(:codigo_completo_e_nome) td width="10%" = link_to portal_da_transparencia_transferencia_e_convenio_path(id: transferencia.id), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes", target: '_blank' do i.icone-detalhar = will_paginate @transferencias, previous_label: "<", next_label: ">"