Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps <info@camilstaps.nl>2019-01-27 13:18:09 +0300
committerCamil Staps <info@camilstaps.nl>2019-08-07 21:49:14 +0300
commit382826855c77986823691d74e1e6b47ad715d652 (patch)
tree7f44c9cbc542668aa7aff5a2dfedc79bf5818640 /app/helpers/users_helper.rb
parent936d4e80e4abc2efcc5d88865d5d420c42a84370 (diff)
Add "Starred projects" tab to user overview
Diffstat (limited to 'app/helpers/users_helper.rb')
-rw-r--r--app/helpers/users_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb
index 23eafc12c38..7e8edc19a38 100644
--- a/app/helpers/users_helper.rb
+++ b/app/helpers/users_helper.rb
@@ -89,7 +89,7 @@ module UsersHelper
tabs = []
if can?(current_user, :read_user_profile, @user)
- tabs += [:overview, :activity, :groups, :contributed, :projects, :snippets]
+ tabs += [:overview, :activity, :groups, :contributed, :projects, :starred, :snippets]
end
tabs