summaryrefslogtreecommitdiff
path: root/app/views/instance_statistics/cohorts/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/instance_statistics/cohorts/index.html.haml')
-rw-r--r--app/views/instance_statistics/cohorts/index.html.haml16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/views/instance_statistics/cohorts/index.html.haml b/app/views/instance_statistics/cohorts/index.html.haml
deleted file mode 100644
index 5e9a8c083af..00000000000
--- a/app/views/instance_statistics/cohorts/index.html.haml
+++ /dev/null
@@ -1,16 +0,0 @@
-- breadcrumb_title "Cohorts"
-- @no_container = true
-
-%div{ class: container_class }
- - if @cohorts
- = render 'cohorts_table'
- = render 'usage_ping'
- - else
- .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-ping'), target: '_blank'
- is enabled. To enable it and see user cohorts,
- visit
- = succeed '.' do
- = link_to 'application settings', admin_application_settings_path(anchor: 'usage-statistics')