forgeplus/app/views/admins/customers/index.js.erb

1 line
130 B
Plaintext
Raw Normal View History

2020-03-09 00:40:16 +08:00
$('.customer-list-container').html("<%= j(render partial: 'admins/customers/shared/list', locals: { customers: @customers }) %>");