.widget - if @bem_patrimonial.baixa_do_bem.nil? div style="margin-bottom: 30px;" = link_to patrimonio_editar_fotos_do_bem_path(bem_patrimonial.id), class: "btn btn-default btn-sm" do i.icone-cadastrar ' Cadastrar .widget-body header> h5 ' Lista de span.fw-semi-bold Fotos - if fotos_do_bem_patrimonial.empty? h6 Nenhum registro encontrado - else table.table.table-hover.table-responsive thead tr th width="50%" Descrição th width="30%" Foto tbody - fotos_do_bem_patrimonial.each do |foto_do_bem| tr td = foto_do_bem.foto_file_name td = link_to "Clique aqui para abrir a imagem", foto_do_bem.foto.url, target: "_blank"