diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-10-24 17:06:57 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-10-24 17:06:57 +0000 |
commit | cb38290ababe43aca0c635fb87d3a38c4c5debcd (patch) | |
tree | d2437a74dcab66212e3ed2883414cac4a238cbc5 /app/views | |
parent | 722ac5cba9cfe86ae95319462e61c8b2d5de9cbd (diff) | |
parent | f3cf51523067149ac39e61ebdb4fda372122d65f (diff) | |
download | gitlab-ce-cb38290ababe43aca0c635fb87d3a38c4c5debcd.tar.gz |
Merge branch 'fix-container-registry-project-settings' into 'master'
Fixes #23575
See merge request !7037
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/edit.html.haml | 2 |
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 |