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:
authorAdam Niedzielski <adamsunday@gmail.com>2016-10-21 15:12:00 +0300
committerAdam Niedzielski <adamsunday@gmail.com>2016-10-24 17:49:18 +0300
commitf3cf51523067149ac39e61ebdb4fda372122d65f (patch)
tree78db12a2096a50905b43c89177706fad597837c0 /app/views/projects/edit.html.haml
parentd04ce833376243c92a8714d9dd5a2f0c29a49923 (diff)
Fix typo in project settings that prevents users from enabling container registry.
Fixes #23575.
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 55b6580e640..30473d14b9b 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -101,7 +101,7 @@
Git Large File Storage
= link_to icon('question-circle'), help_page_path('workflow/lfs/manage_large_binaries_with_git_lfs')
- - if Gitlab.config.lfs.enabled && current_user.admin?
+ - if Gitlab.config.registry.enabled
.form-group
.checkbox
= f.label :container_registry_enabled do