summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_cohorts.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/users/_cohorts.html.haml')
-rw-r--r--app/views/admin/users/_cohorts.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/users/_cohorts.html.haml b/app/views/admin/users/_cohorts.html.haml
new file mode 100644
index 00000000000..013c6072165
--- /dev/null
+++ b/app/views/admin/users/_cohorts.html.haml
@@ -0,0 +1,4 @@
+- if @cohorts
+ = render 'cohorts_table'
+- else
+ #js-cohorts-empty-state{ data: { empty_state_svg_path: image_path('illustrations/convdev/convdev_no_index.svg'), enable_usage_ping_link: metrics_and_profiling_admin_application_settings_path(anchor: 'js-usage-settings'), docs_link: help_page_path('user/admin_area/analytics/user_cohorts') } }