diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-19 19:48:48 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-19 19:48:48 +0300 |
commit | b3ef63a0a547610ba8ac6435674eabc5a2130c3d (patch) | |
tree | b90c2d38c8ea93941fd0067e89a0e03f60b00c9c /app/helpers/namespaces_helper.rb | |
parent | cf8b465cb96f5aa6e53fec60c0d6e62ad1ccbc5e (diff) | |
download | gitlab-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.rb | 1 |
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 |