annotate app/views/groups/add_users.js.erb @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents 433d4f72a19b
children
rev   line source
Chris@1115 1 $('#tab-content-users').html('<%= escape_javascript(render :partial => 'groups/users') %>');
Chris@1115 2 <% @users.each do |user| %>
Chris@1115 3 $('#user-<%= user.id %>').effect("highlight");
Chris@1115 4 <% end %>