.widget header h5 ' Lista de span.fw-semi-bold NCMs .widget-body - if @ncms.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Código th Descrição th width="120" tbody - @ncms.each do |ncm| tr td = "#{ncm.codigo}" td = "#{ncm.descricao}" td = botao_com_permissao edit_ncm_path(ncm), {acao: :update}, { \ class_icone:'icone-editar', params: {class: 'btn btn-default btn-sm mb-xs', title: "Editar"}, } = botao_com_permissao ncm, {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 @ncms, previous_label: "<", next_label: ">" / javascript: / $('.categoria').click(function(){ / $(this).nextUntil('tr.categoria').slideToggle(100); / });