div style="margin-bottom: 15px;" = botao_com_permissao patrimonio_edit_bens_do_lote_path(@patrimonio_lote), {acao: :edit}, { \ texto: ' Adicionar ou Remover Bens Patrimoniais', class_icone:'icone-cadastrar', class_texto: 'text-primary', } .widget header> h5 ' Lista de span.fw-semi-bold Bens Patrimoniais .widget-body - if bens_dos_lotes_do_leilao.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th width='15%' Nª do Tombamento th Descrição th tbody - bens_dos_lotes_do_leilao.each do |bem| tr td = bem.bem_patrimonial.numero_do_tombamento td = bem.bem_patrimonial.try(:item).try(:descricao)