.widget .clearfix header h5 ' Lista de span.fw-semi-bold Unidades Enviadas .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="text-align: center;" CNPJ th style="text-align: center;" Código da UG th UG th style="text-align: center;" Envio ao PNCP tbody - unidades_gestoras.each do |unidade_gestora| tr td = unidade_gestora.data_de_cadastro td style="text-align: center;" = unidade_gestora.cnpj td style="text-align: center;" = unidade_gestora.codigo td = unidade_gestora.nome / td / = link_to unidade_gestora.url_pncp, target: "_blank" do / = "#{unidade_gestora.url_pncp}" td / 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: ">"