diff options
author | Andrew Tomaka <atomaka@gmail.com> | 2015-12-02 19:02:15 -0500 |
---|---|---|
committer | Andrew Tomaka <atomaka@gmail.com> | 2015-12-05 11:32:08 -0500 |
commit | 1c53dc28b505f2853750ed4ea8b954385c5bf598 (patch) | |
tree | 2906c8f55dd83e8aec787d8ff2d01f8dfedc573d /app/controllers/profiles_controller.rb | |
parent | d2f9a9012d55a7dc9c8e9e61b946c52836a1d8f1 (diff) | |
download | gitlab-ce-1c53dc28b505f2853750ed4ea8b954385c5bf598.tar.gz |
Notify user if they cannot create projects
Diffstat (limited to 'app/controllers/profiles_controller.rb')
-rw-r--r-- | app/controllers/profiles_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb index 8da7b4d50ea..28803164fcf 100644 --- a/app/controllers/profiles_controller.rb +++ b/app/controllers/profiles_controller.rb @@ -70,6 +70,7 @@ class ProfilesController < Profiles::ApplicationController :email, :hide_no_password, :hide_no_ssh_key, + :hide_project_limit, :linkedin, :location, :name, |