ol.breadcrumb style="margin-top: 50px" - if session[:tipo_de_ambiente] == 'prefeitura' li = link_to "Inicio", portal_da_transparencia_index_path(tipo_de_poder: 'prefeitura'), class: "link_breadcrumb" li = link_to "Receitas", portal_da_transparencia_receitas_path(tipo_de_poder: 'prefeitura'), class: "link_breadcrumb" li = link_to "Orçamentárias", portal_da_transparencia_receitas_orcamentarias_path(tipo_de_poder: 'prefeitura'), class: "link_breadcrumb" li = link_to "Receita", portal_da_transparencia_receita_path(tipo_de_poder: 'prefeitura', natureza_da_receita: @talao_da_receita_detalhado.natureza_da_receita), class: "link_breadcrumb" - else li = link_to "Inicio", portal_da_transparencia_index_path(tipo_de_poder: 'camara'), class: "link_breadcrumb" li = link_to "Receitas", portal_da_transparencia_receitas_path(tipo_de_poder: 'camara'), class: "link_breadcrumb" li = link_to "Orçamentárias", portal_da_transparencia_receitas_orcamentarias_path(tipo_de_poder: 'camara'), class: "link_breadcrumb" li = link_to "Receita", portal_da_transparencia_receita_path(tipo_de_poder: 'camara', natureza_da_receita: @talao_da_receita_detalhado.natureza_da_receita), class: "link_breadcrumb" li.active = "Talão de Receita Nº #{@talao_da_receita_detalhado.numero_do_talao}" section.widget style="margin-top: 20px !important;" h4.show-header span.fw-semi-bold Receita: =< "#{@talao_da_receita_detalhado.natureza_da_receita.classificacao.formatar_comeco_sem_zero} - #{@talao_da_receita_detalhado.natureza_da_receita.descricao_e_sigla}" section.widget style="margin-top: 5px !important;" .row .col-md-6 h4.show-header span.fw-semi-bold Número do Talão de Receita: | #{@talao_da_receita_detalhado.numero_do_talao} p span.fw-semi-bold Contribuinte: =< @origem_do_talao p span.fw-semi-bold Data do Talão: =< @data_do_talao p .col-md-6 p span.fw-semi-bold Unidade Gestora: =< @talao_da_receita_detalhado.unidade_orcamentaria.unidade_gestora.nome p span.fw-semi-bold Valor Total: =< @talao_da_receita_detalhado.valor.real_contabil hr .row .col-md-12 span.fw-semi-bold Histórico: br =< @talao_da_receita_detalhado.try(:historico) section.widget style="margin-top: 15px !important;" .widget-body .row.row-alinhar - unless @talao_da_receita_detalhado.present? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th width="10%" Data do Lançamento th width='30%' Fonte de Recurso th width="10%" Valor do Lançamento th width="5%" tbody - @talao_da_receita_detalhado.lancamentos_do_orcamento_da_receita.each do |lancamento_do_talao| tr td = lancamento_do_talao.data_do_lancamento td = lancamento_do_talao.orcamento_da_receita.fonte_de_recursos.codigo_e_descricao td = lancamento_do_talao.valor.real_contabil