2017-03-30 11:48:33 -04:00
|
|
|
- @no_container = true
|
|
|
|
= render "admin/dashboard/head"
|
|
|
|
|
|
|
|
%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
|
2017-04-07 15:34:06 -04:00
|
|
|
= link_to 'usage ping', help_page_path('user/admin_area/usage_statistics'), target: '_blank'
|
2017-04-06 08:13:15 -04:00
|
|
|
is enabled. To enable it and see user cohorts,
|
2017-04-05 06:49:51 -04:00
|
|
|
visit
|
2017-03-30 11:48:33 -04:00
|
|
|
= succeed '.' do
|
|
|
|
= link_to 'application settings', admin_application_settings_path(anchor: 'usage-statistics')
|