.widget header> h5 span.fw-semi-bold Áreas Temáticas .widget-body - if @ppa_areas_tematicas.empty? h6 ' Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th | Nome th[width="150"] tbody - @ppa_areas_tematicas.each do |ppa_area_tematica| tr td = ppa_area_tematica.nome td = link_to ppa_area_tematica, class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar - if esta_autorizado? :edit = link_to edit_ppa_area_tematica_path(ppa_area_tematica), class: "btn btn-default btn-sm mb-xs", title: "Editar" do i.icone-editar - if esta_autorizado? :destroy = link_to ppa_area_tematica, :method => :delete, data: { confirm: 'Tem certeza?' }, class: "btn btn-default btn-sm mb-xs", title: "Apagar" do i.icone-excluir = will_paginate @ppa_areas_tematicas, previous_label: "<", next_label: ">"