.widget .clearfix header h5 ' Lista de span.fw-semi-bold Atas com Falha .widget-body - if atas_de_registro_de_precos.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Número th Início de Vigência th Final de Vigência th Erro th width="120" tbody - atas_de_registro_de_precos.each do |ata_de_registro_de_precos| tr td = ata_de_registro_de_precos.numero td = ata_de_registro_de_precos.data_inicio_de_vigencia td = ata_de_registro_de_precos.data_final_de_vigencia td = Pncp::CriticasDeEnvio.where(modulo: ata_de_registro_de_precos).order(:created_at).last.try(:descricao) td = link_to licitacao_ata_de_registro_de_precos_path(ata_de_registro_de_precos, processo: @processo.present?), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar - unless @processo || @projeto = will_paginate atas_de_registro_de_precos, previous_label: "<", next_label: ">"