section.widget header h5 | Lista de span.fw-semi-bold | Subáreas Temáticas .widget-body - if sub_areas_tematicas.empty? h6 | Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th | Nome th | Função th[width="150"] tbody - sub_areas_tematicas.each do |ppa_sub_area_tematica| tr td = ppa_sub_area_tematica.nome td = ppa_sub_area_tematica.funcao.nome td - if esta_autorizado? :edit, 'ppa/sub_areas_tematicas' = link_to edit_ppa_sub_area_tematica_path(ppa_sub_area_tematica), class: "btn btn-default btn-sm mb-xs", title: "Editar" do i.icone-editar - if esta_autorizado? :destroy, 'ppa/sub_areas_tematicas' = link_to ppa_sub_area_tematica, :method => :delete, data: { confirm: 'Tem certeza?' }, class: "btn btn-default btn-sm mb-xs", title: "Apagar" do i.icone-excluir