summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-06 22:08:41 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-06 22:08:41 +0200
commitc9a5aee8a6034e262f787bf25fcc4c5881bc9047 (patch)
tree03187aa5df545d97cc29fcfd9358262f058a46a2
parentc230946e32ab4a0f33034675051d4fd61b5095d4 (diff)
downloadgitlab-ce-c9a5aee8a6034e262f787bf25fcc4c5881bc9047.tar.gz
Link to Registry docs from project settings
-rw-r--r--app/views/projects/edit.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index a04d53e02bf..d19422c8657 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -100,7 +100,8 @@
= f.check_box :container_registry_enabled
%strong Container Registry
%br
- %span.descr Enable Container Registry for this repository
+ %span.descr Enable Container Registry for this project
+ = link_to icon('question-circle'), help_page_path('user/project/container_registry'), target: '_blank'
= render 'merge_request_settings', f: f
%hr