summaryrefslogtreecommitdiff
path: root/app/helpers/namespaces_helper.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-19 19:48:48 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-19 19:48:48 +0300
commitb3ef63a0a547610ba8ac6435674eabc5a2130c3d (patch)
treeb90c2d38c8ea93941fd0067e89a0e03f60b00c9c /app/helpers/namespaces_helper.rb
parentcf8b465cb96f5aa6e53fec60c0d6e62ad1ccbc5e (diff)
downloadgitlab-ce-b3ef63a0a547610ba8ac6435674eabc5a2130c3d.tar.gz
Migrate global project taks. Removed more teams related functionality
Diffstat (limited to 'app/helpers/namespaces_helper.rb')
-rw-r--r--app/helpers/namespaces_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/helpers/namespaces_helper.rb b/app/helpers/namespaces_helper.rb
index a6fcf8d8cf2..dc88e178360 100644
--- a/app/helpers/namespaces_helper.rb
+++ b/app/helpers/namespaces_helper.rb
@@ -7,7 +7,6 @@ module NamespacesHelper
users_opts = [ "Users", users.sort_by(&:human_name).map {|u| [u.human_name, u.id]} ]
options = []
- options << global_opts if current_user.admin
options << group_opts
options << users_opts