Merge branch '53070-fix-usage-ping-link' into 'master'

Fix usage ping link

Closes #53070

See merge request gitlab-org/gitlab-ce!22545
This commit is contained in:
Stan Hu 2018-10-24 17:31:09 +00:00
commit f8f1466ad0
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