diff options
author | Sean McGivern <sean@gitlab.com> | 2017-04-05 11:49:51 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-14 15:20:55 +0200 |
commit | 9fa00d69e8674d4752644c0e491965eae29fb9fc (patch) | |
tree | 01154d848101e3f889780ac884e3ed92d32c6db6 | |
parent | 5b698082323e019e47b5c739cdec0300b521340b (diff) | |
download | gitlab-ce-9fa00d69e8674d4752644c0e491965eae29fb9fc.tar.gz |
Fix documentation links from cohorts
-rw-r--r-- | app/views/admin/cohorts/_cohorts_table.html.haml | 1 | ||||
-rw-r--r-- | app/views/admin/cohorts/index.html.haml | 6 |
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') |