From 08a864e2d9246d655599a26e9e1f7ff8642b7849 Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Tue, 25 Apr 2017 11:58:43 +0100 Subject: [PATCH] Fix usage ping docs link from empty cohorts page --- app/views/admin/cohorts/index.html.haml | 2 +- changelogs/unreleased/fix-usage-ping-doc-link.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/fix-usage-ping-doc-link.yml diff --git a/app/views/admin/cohorts/index.html.haml b/app/views/admin/cohorts/index.html.haml index 46fe12a5a99..be8644c0ca6 100644 --- a/app/views/admin/cohorts/index.html.haml +++ b/app/views/admin/cohorts/index.html.haml @@ -9,7 +9,7 @@ .bs-callout.bs-callout-warning.clearfix %p User cohorts are only shown when the - = link_to 'usage ping', help_page_path('user/admin_area/usage_statistics'), target: '_blank' + = link_to 'usage ping', help_page_path('user/admin_area/settings/usage_statistics', anchor: 'usage-ping'), target: '_blank' is enabled. To enable it and see user cohorts, visit = succeed '.' do diff --git a/changelogs/unreleased/fix-usage-ping-doc-link.yml b/changelogs/unreleased/fix-usage-ping-doc-link.yml new file mode 100644 index 00000000000..5217a4e4e4b --- /dev/null +++ b/changelogs/unreleased/fix-usage-ping-doc-link.yml @@ -0,0 +1,4 @@ +--- +title: Fix usage ping docs link from empty cohorts page +merge_request: +author: