.widget .widget-body header> h5 | Lista de Projetos Básicos =< "Pendentes" if params[:pendentes] - if @projetos.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover style="font-size: 95%;" thead tr th width="90" Data do Projeto th width="90" Número th Modalidade th Unidade Gestora th width="140" Valor Estimado th Status - if params[:pendentes] th Data de Emissão th width="160" tbody - @projetos.each do |projeto| tr td = projeto.data_do_projeto.to_date td = projeto.pedido.try(:numero) td = projeto.try(:modalidade_do_processo_e_modalidade_de_licitacao) td = projeto.pedido.unidade_orcamentaria.unidade_gestora.try(:codigo_e_nome) td b = projeto.valor_estimado_global.try(:contabil) td = projeto.localizar :status - if params[:pendentes] td = projeto.updated_at td = link_to controladoria_projeto_path(projeto), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar = will_paginate @projetos, previous_label: "<", next_label: ">"