.widget .clearfix header h5 ' Lista de span.fw-semi-bold Contratos Enviados .widget-body - if contratos.empty? h6 Nenhum registro encontrado. - else table.table.table-hover.table-responsive.font-small thead tr th width="10%" Data do Contrato th width="10%" NĂºmero th width="8%" UG th width="10%" Envio ao PNCP th width="10%" Link PNCP th width="42%" td width="5%" tbody - contratos.each do |contrato| tr td = contrato.data_do_contrato td = contrato.numero td = contrato.unidade_orcamentaria_do_exercicio.try(:sigla) td = contrato.pncp_data_cadastro td = link_to contrato.url_pncp, target: "_blank" do = "#{contrato.url_pncp}" td td = link_to rota_contrato(contrato), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar - if controller.controller_name == "contratos" = will_paginate @contratos, :params => { @action_contratos => true }, previous_label: "<", next_label: ">"