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_receitas_extra_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_receitas_extra_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-xlsx ' XLSX li = link_to portal_da_transparencia_receitas_extra_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-csv ' CSV li = link_to portal_da_transparencia_receitas_extra_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-txt ' TXT .row.row-alinhar - if @receitas.blank? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th width="12%" Data do Talão th width="15%" Número do Talão th Receita th UG th width="160" Valor th tbody - @receitas.each do |talao_de_receita| tr td = talao_de_receita.data_do_talao td = talao_de_receita.numero_do_talao td = talao_de_receita.try(:conta_extra_orcamentaria).try(:descricao) td = talao_de_receita.unidade_orcamentaria.try(:sigla) td.bold = talao_de_receita.valor.to_f.real_contabil td = link_to portal_da_transparencia_receita_extra_path(talao_id: talao_de_receita.id), class: "btn btn_portal btn-sm mb-xs", title: "Ver Detalhes", target: '_blank' do i.icone-detalhar = will_paginate @receitas, previous_label: "<", next_label: ">"