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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-09-21 20:24:23 +0300
committerRémy Coutable <remy@rymai.me>2017-04-14 16:20:55 +0300
commita19dd9ad25d460e87c3640096efe59f3680712ab (patch)
treef3112dbfd5c47dac6b919da5e84f3f239d2093cc /app/views/admin
parentf41b693fc713ae1c212b2118b0fc2d67c519f4c6 (diff)
Add documentation on Usage statistics and link from the admin area
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/application_settings/_form.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index f671af477ad..f4e4bac62d7 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -492,6 +492,7 @@
= f.label :usage_ping_enabled do
= f.check_box :usage_ping_enabled
Usage ping enabled
+ = link_to icon('question-circle'), help_page_path("user/admin_area/settings/usage_statistics", anchor: "usage-data")
.container
.help-block
Every week GitLab will report license usage back to GitLab, Inc.