diff options
author | Anand <me@anand.io> | 2018-10-24 17:31:09 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-10-24 17:31:09 +0000 |
commit | 1ceef5f6915b0e5714949b8e2645806f560c35e6 (patch) | |
tree | 7c90e5b07995782e5fe655ef507ddf25fe1791e5 /app | |
parent | d6ef6c30cb89538b0294a9e0b18855c9e1838c8a (diff) | |
download | gitlab-ce-1ceef5f6915b0e5714949b8e2645806f560c35e6.tar.gz |
Fix usage ping link
Diffstat (limited to 'app')
-rw-r--r-- | app/views/instance_statistics/conversational_development_index/_disabled.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/instance_statistics/conversational_development_index/_disabled.html.haml b/app/views/instance_statistics/conversational_development_index/_disabled.html.haml index 0a5717f75e1..b854e15d36f 100644 --- a/app/views/instance_statistics/conversational_development_index/_disabled.html.haml +++ b/app/views/instance_statistics/conversational_development_index/_disabled.html.haml @@ -11,4 +11,4 @@ %p = _('Enable usage ping to get an overview of how you are using GitLab from a feature perspective.') - if current_user.admin? - = link_to _('Enable usage ping'), admin_application_settings_path(anchor: 'usage-statistics'), class: 'btn btn-primary' + = link_to _('Enable usage ping'), metrics_and_profiling_admin_application_settings_path(anchor: 'js-usage-settings'), class: 'btn btn-primary' |