.widget header h3.show-header ' Unidades Orçamentárias .widget-body - if unidades.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Código th Nome th Sigla th Tipo De Administração th Tipo De Und. Administrativa tbody - unidades.each do |und| tr td = und.codigo_completo.to_s td = und.nome.to_s td = und.sigla.to_s td = und.tipo_de_administracao.descricao.to_s td = und.tipo_de_unidade_administrativa.descricao.to_s