????

Your IP : 3.148.231.77


Current Path : C:/inetpub/vhost/redmine/plugins/redmine_people/app/views/departments/
Upload File :
Current File : C:/inetpub/vhost/redmine/plugins/redmine_people/app/views/departments/add_people.js.erb

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