.widget - if esta_autorizado?(:edit, 'obra/fiscalizacoes') div style="margin-bottom: 30px;" = link_to editar_fontes_obra_pre_convenio_path(@pre_convenio), class: "btn btn-default btn-sm" do i.icone-lista span Adicionar / Remover header> h5 ' Lista de span.fw-semi-bold Fontes de Recursos do PrĂ© ConvĂȘnio .widget-body style="margin-top: 20px" - if fontes_de_recursos_do_pre_convenio.empty? h6 Nenhum registro encontrado. - else table.table.table-hover.table-responsive thead tr th Fonte de Recurso th Valor tbody - fontes_de_recursos_do_pre_convenio.each do |fonte_de_recurso_do_pre_convenio| tr td = fonte_de_recurso_do_pre_convenio.fonte_de_recurso.codigo_e_descricao td = fonte_de_recurso_do_pre_convenio.valor.try(:real_contabil)