.widget .clearfix header h5 ' Lista de span.fw-semi-bold Aditivos Enviados .widget-body - unless aditivos.present? h6 Nenhum registro encontrado. - else table.table.table-hover.table-responsive.font-small thead tr th width="10%" Data do Aditivo 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 - aditivos.each do |aditivo| tr td = aditivo.data_do_aditivo td = (aditivo.contrato&.numero.to_s + aditivo.numero.digitos(2)) td = (aditivo.unidade_orcamentaria.present? ? aditivo.unidade_orcamentaria.try(:sigla) : aditivo.contrato&.unidade_orcamentaria_do_exercicio&.try(:sigla)) td = aditivo.pncp_data_cadastro td = link_to aditivo.contrato.url_pncp, target: "_blank" do = "#{aditivo.contrato.url_pncp}" td td = link_to aditivo, class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar