.widget header> h5 ' Lista de span.fw-semi-bold Liquidações Estornadas .widget-body - if restos_a_pagar_cancelados.empty? h6 Nenhum registro encontrado. - else - restos_a_pagar_cancelados.each do |rp| br spam.bold = "Empenho de Nº " + rp.empenho.numero_do_empenho table.table.table-hover.table-responsive.font-small thead tr th width="20%" Liquidação th widht='15%' Data Solicitação th width="15%" Data th width="15%" Valor th th th th tbody - rp.empenho.liquidacoes.each do |liquidacao| tr td = liquidacao.empenho_e_numero td = liquidacao.data_de_solicitacao.to_s td = liquidacao.data_da_liquidacao.to_s td = liquidacao.valor td align="center" =< status_label liquidacao.localizar(:status), liquidacao.status td align="center" = raw "Estornada" if liquidacao.estornada? td.center - if liquidacao.estornada? span.label.label-danger data-toggle="tooltip" data-placement="bottom" title="Estornada" E td - if contabilidade_atual.present? = link_to contabilidade_liquidacao_path(liquidacao), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar - else = link_to administrativo_liquidacao_path(liquidacao), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar