diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-21 20:24:23 +0300 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-14 15:20:55 +0200 |
commit | a19dd9ad25d460e87c3640096efe59f3680712ab (patch) | |
tree | f3112dbfd5c47dac6b919da5e84f3f239d2093cc /app/views | |
parent | f41b693fc713ae1c212b2118b0fc2d67c519f4c6 (diff) | |
download | gitlab-ce-a19dd9ad25d460e87c3640096efe59f3680712ab.tar.gz |
Add documentation on Usage statistics and link from the admin area
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/application_settings/_form.html.haml | 1 |
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. |