.widget / div style="margin-bottom: 30px;" / = link_to patrimonio_avaliacoes_dos_bens_path(), class: "btn btn-default btn-sm" do / i.icone-cadastrar / ' Cadastrar header h5 ' Lista de span.fw-semi-bold Avaliações e Reavaliações do Bem .widget-body - if desafetacao_do_bem.nil? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Data da Desafetação th Para venda? / th Status th Observação tbody tr td = desafetacao_do_bem.try(:data_da_desafetacao) td =< label_sim_nao(desafetacao_do_bem.para_venda) / td = desafetacao_do_bem.localizar(:status) td = desafetacao_do_bem.observacao