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
path: root/app
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-06 23:51:25 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-06 23:51:25 +0300
commit2bc721518be9990d93c5286ac5e3932cfa579f4d (patch)
tree8e4cbbfaf36248c61d512ba266fb832097d64c53 /app
parent771f2af5fa2f1bc61155868aea0150f7b36a2074 (diff)
parentc9a5aee8a6034e262f787bf25fcc4c5881bc9047 (diff)
Merge branch 'link-to-registry-from-project-settings' into 'master'
Link to Registry docs from project settings Add an icon with a link to the docs from the project settings. See merge request !6726
Diffstat (limited to 'app')
-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