Current Path : C:/inetpub/vhost/redmine/plugins/redmine_people/app/views/departments/ |
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 %>