.widget .clearfix header h5 ' Lista de span.fw-semi-bold Ações com Falha .widget-body - if acoes.empty? h6 Nenhum registro encontrado. - else table.table.table-hover.table-responsive.font-small thead tr th Data do Contrato th Número th UG th Erro tbody - acoes.each do |acao| tr td = acao.data_de_cadastro td = acao.numero td = acao.unidade_orcamentaria.try(:sigla) td = Pncp::CriticasDeEnvio.where(modulo: acao).order(:created_at).last.try(:descricao) / td / = link_to rota_acao(acao), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do / i.icone-detalhar - if controller.controller_name == "acoes" = will_paginate acoes, previous_label: "<", next_label: ">"