.widget header h5 ' Lista de span.fw-semi-bold Linhas do SIM .widget-body - if linhas&.any? - linhas.order(:conteudo).each do |linha| - arquivo = linha.arquivo_referencia.first(2) == "CP" ? linha.arquivo_referencia.first(8) + linha.arquivo_referencia.last(4) : linha.arquivo_referencia table.table.table-hover.table-responsive style="font-size: 14px;" thead tr th width="35%" #{arquivo} tbody tr td #{linha.conteudo} - else h6 Nenhum registro encontrado.