To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / groups / add_users.js.erb @ 1531:ae8145b28b2b

History | View | Annotate | Download (180 Bytes)

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