Fix usage ping link

This commit is contained in:
Anand 2018-10-24 17:31:09 +00:00 committed by Stan Hu
parent d6ef6c30cb
commit 1ceef5f691
2 changed files with 6 additions and 1 deletions

View File

@ -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'

View File

@ -0,0 +1,5 @@
---
title: "fix link to enable usage ping from convdev index"
merge_request: 22545
author: Anand Capur
type: fixed