.widget-body - if @processo.publicacoes.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th width="120" Data th width="220" Tipo de Publicação th Local da Publicação tbody - @processo.publicacoes.each do |publicacao| tr td = publicacao.data_da_publicacao td = publicacao.localizar(:tipo_de_publicacao) td = publicacao.local_publicado