.widget header> h5 ' Lista de span.fw-semi-bold Orçamentos Temáticos .widget-body - if @orcamentos_tematicos.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th width="120" Sigla th Descrição th width="150" tbody - @orcamentos_tematicos.each do |orcamento_tematico| tr td = orcamento_tematico.sigla.try(:upcase) td = orcamento_tematico.descricao td - unless orcamento_tematico.padrao = botao_com_permissao edit_loa_orcamento_tematico_path(orcamento_tematico), {acao: :update}, { \ class_icone:'icone-editar', params: {class: 'btn btn-default btn-sm mb-xs', title: "Editar"}, } = botao_com_permissao orcamento_tematico, {acao: :destroy}, { \ class_icone:'icone-excluir', params: { \ method: :delete, data: { confirm: 'Tem certeza?' }, class: 'btn btn-default btn-sm mb-xs', title: "Apagar", }, } = will_paginate@orcamentos_tematicos, previous_label: "<", next_label: ">"