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:
authorSean McGivern <sean@gitlab.com>2017-04-05 13:49:51 +0300
committerRémy Coutable <remy@rymai.me>2017-04-14 16:20:55 +0300
commit9fa00d69e8674d4752644c0e491965eae29fb9fc (patch)
tree01154d848101e3f889780ac884e3ed92d32c6db6 /app/views/admin/cohorts
parent5b698082323e019e47b5c739cdec0300b521340b (diff)
Fix documentation links from cohorts
Diffstat (limited to 'app/views/admin/cohorts')
-rw-r--r--app/views/admin/cohorts/_cohorts_table.html.haml1
-rw-r--r--app/views/admin/cohorts/index.html.haml6
2 files changed, 4 insertions, 3 deletions
diff --git a/app/views/admin/cohorts/_cohorts_table.html.haml b/app/views/admin/cohorts/_cohorts_table.html.haml
index a322ea9e5db..38795583a8c 100644
--- a/app/views/admin/cohorts/_cohorts_table.html.haml
+++ b/app/views/admin/cohorts/_cohorts_table.html.haml
@@ -3,6 +3,7 @@
User cohorts are shown for the last twelve months. Only users with
activity are counted in the cohort total; inactive users are counted
separately.
+ = link_to icon('question-circle'), help_page_path('administration/usage_ping_and_cohorts', anchor: 'cohorts'), title: 'About this feature', target: '_blank'
.table-holder
%table.table
diff --git a/app/views/admin/cohorts/index.html.haml b/app/views/admin/cohorts/index.html.haml
index dddcbd834f7..d7305db49cc 100644
--- a/app/views/admin/cohorts/index.html.haml
+++ b/app/views/admin/cohorts/index.html.haml
@@ -9,8 +9,8 @@
.bs-callout.bs-callout-warning.clearfix
%p
User cohorts are only shown when the
- = link_to 'usage ping', help_page_path('user/admin_area/settings/usage_statistics', anchor: 'usage-data')
- usage ping is enabled. It is currently disabled. To enable it and see
- user cohorts, visit
+ = link_to 'usage ping', help_page_path('administration/usage_ping_and_cohorts', anchor: 'usage-ping'), target: '_blank'
+ is enabled. It is currently disabled. To enable it and see user cohorts,
+ visit
= succeed '.' do
= link_to 'application settings', admin_application_settings_path(anchor: 'usage-statistics')