.widget - if @cessao_de_bem_patrimonial.solicitado? div style="margin-bottom: 30px;" = link_to patrimonio_editar_bens_patrimoniais_cedidos_path(@cessao_de_bem_patrimonial.id), class: "btn btn-default btn-sm" do i.icone-cadastrar ' Incluir/Editar Bens header> h5 ' Lista de span.fw-semi-bold Bens Cedidos .widget-body - if bens_patrimoniais_cedidos.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Bem Patrimonial th width="150" tbody - bens_patrimoniais_cedidos.each do |bem_patrimonial_cedido| tr td = bem_patrimonial_cedido.bem_patrimonial.numero_do_tombamento_e_descricao.truncate(250) = will_paginate@bens_cedidos, previous_label: "<", next_label: ">"