.widget header h5 ' Lista de span.fw-semi-bold Cidadãos Cadastrados .widget-body - if @cidadaos.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Nome th Documento th E-mail th width="50" tbody - @cidadaos.each do |cidadao| tr td = cidadao.nome td = cidadao.cpf_cnpj td = cidadao.email td = link_to ppa_propostas_path(ppa_atual) + "?q%5Bcidadao_nome_cont%5D=#{cidadao.nome}", class: "btn btn-default btn-sm mb-xs", title: "Ver Propostas" do i.icone-detalhar = will_paginate @cidadaos, previous_label: "<", next_label: ">"