.widget .clearfix header h5 ' Lista de span.fw-semi-bold Unidades com Falha .widget-body - if unidades_gestoras.empty? h6 Nenhum registro encontrado. - else table.table.table-hover.table-responsive.font-small thead tr th Data de Cadastro th style="align: center;" CNPJ th style="align: center;" Código Da UG th style="align: center;" Nome th style="align: center;" Erro tbody - unidades_gestoras.each do |unidade_gestora| tr td = unidade_gestora.data_de_cadastro td style="align: center;" = unidade_gestora.cnpj td style="align: center;" = unidade_gestora.codigo td style="align: center;" = unidade_gestora.nome td style="align: center;" = Pncp::CriticasDeEnvio.where(modulo: unidade_gestora).order(:created_at).last.try(:descricao) / td / = link_to rota_unidade_gestora(unidade_gestora), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do / i.icone-detalhar - if controller.controller_name == "unidades_gestoras" = will_paginate unidades_gestoras, previous_label: "<", next_label: ">"