drop-down menu of team member not appear
Created by: m-saito
I have installed Gitlab6.0 on CentOS6.3 following the installation doc on github. Gitlab is running on apache with unicorn. Everything seems to work fine, but in "New Team member(s)" page, drop-down menu to choose member doesn't appear.
Step the reproduction: Project settings - Members - New team member
When click [New team member], gitlab/log/production.log have these lines.
Started GET "/msaito/td-agent_test/team_members/new" for xx.xx.xx.xx at 2013-10-04 08:55:41 +0900 Processing by Projects::TeamMembersController#new as HTML Parameters: {"project_id"=>"msaito/td-agent_test"} Rendered projects/team_members/_form.html.haml (2.0ms) Rendered projects/team_members/new.html.haml within layouts/project_settings (2.4ms) Rendered layouts/_head.html.haml (1.2ms) Rendered layouts/_search.html.haml (14.9ms) Rendered layouts/_head_panel.html.haml (20.8ms) Rendered layouts/_init_auto_complete.html.haml (5.3ms) Rendered layouts/_flash.html.haml (0.1ms) Rendered shared/_no_ssh.html.haml (1.1ms) Rendered layouts/nav/_project.html.haml (9.6ms) Rendered projects/_settings_nav.html.haml (1.9ms) Completed 200 OK in 71ms (Views: 42.8ms | ActiveRecord: 4.2ms) Started GET "/assets/logo-black.png" for xx.xx.xx.xx at 2013-10-04 08:55:42 +0900 Started GET "/assets/icon-search.png" for xx.xx.xx.xx at 2013-10-04 08:55:42 +0900 Served asset /icon-search.png - 304 Not Modified (0ms)
Served asset /logo-black.png - 304 Not Modified (0ms)
I also checked the appache log, but not any error messages are shown.
Why not drop-down menu appeared? Thanks in advance.