1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-21 16:01:14 +00:00
redmine/app/views/groups/add_users.js.erb
2014-11-16 08:53:39 +00:00

6 lines
193 B
Plaintext

hideModal();
$('#tab-content-users').html('<%= escape_javascript(render :partial => 'groups/users') %>');
<% @users.each do |user| %>
$('#user-<%= user.id %>').effect("highlight");
<% end %>