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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-05 15:08:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-05 15:08:55 +0300
commitfdb953945da752dc52c1957f64a179de39f507e5 (patch)
tree288f38f5448ffd575dc4361258a0ca91b20f327b /app/helpers
parent77831d580c99993c0367bbb8f2aec373ff09a79a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/visibility_level_helper.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/helpers/visibility_level_helper.rb b/app/helpers/visibility_level_helper.rb
index 696f29164fd..b49bd33a30b 100644
--- a/app/helpers/visibility_level_helper.rb
+++ b/app/helpers/visibility_level_helper.rb
@@ -35,9 +35,7 @@ module VisibilityLevelHelper
end
def visibility_level_label(level)
- # The visibility level can be:
- # 'VisibilityLevel|Private', 'VisibilityLevel|Internal', 'VisibilityLevel|Public'
- s_(Project.visibility_levels.key(level))
+ Project.visibility_levels.key(level)
end
def restricted_visibility_levels(show_all = false)