.widget .clearfix header h5 ' Lista de span.fw-semi-bold Atas Enviadas .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 Envio ao PNCP th Link PNCP 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 = ata_de_registro_de_precos.pncp_data_cadastro td = link_to ata_de_registro_de_precos.url_pncp, target: "_blank" do = "#{ata_de_registro_de_precos.url_pncp}" 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: ">"