.widget header> h5 ' Lista de span.fw-semi-bold Recebimentos Vinculados .widget-body - if empenhos_do_recebimento.empty? h6 Nenhum registro encontrado. - else table.table.table-hover.table-responsive style="font-size: 14px;" thead tr th width="120" Data th width="140" NĂºmero th width="110" Status th width="130" Valor - if @empenho.confirmado? th width="250" tbody - empenhos_do_recebimento.each do |empenho| tr td = empenho.recebimento_de_bem.data_do_recebimento td = empenho.recebimento_de_bem.codigo td = label_html_tag(empenho.recebimento_de_bem.status_i18n, empenho.recebimento_de_bem.tipo_de_label) td = empenho.valor.try(:real_contabil) - if @empenho.confirmado? td = link_to patrimonio_recebimento_de_bem_path(empenho.recebimento_de_bem), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar