Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorReuben Pereira <rpereira@gitlab.com>2019-07-11 16:39:11 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-07-11 16:39:11 +0300
commitb08ba93fb25f3027432204fae0ec43522d218682 (patch)
tree3ce2878360fe161734e7e0fcb931874796f8ebf1 /app/views
parent6ce54084bd1426a7d5f49fa90d1186b4e3db7fbf (diff)
Correct link to external_dashboard doc
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/settings/operations/_external_dashboard.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/operations/_external_dashboard.html.haml b/app/views/projects/settings/operations/_external_dashboard.html.haml
index a124283921d..08d50a336fd 100644
--- a/app/views/projects/settings/operations/_external_dashboard.html.haml
+++ b/app/views/projects/settings/operations/_external_dashboard.html.haml
@@ -1,3 +1,3 @@
.js-operation-settings{ data: { operations_settings_endpoint: project_settings_operations_path(@project),
external_dashboard: { url: metrics_external_dashboard_url,
- help_page_path: help_page_path('user/project/operations/link_to_external_dashboard') } } }
+ help_page_path: help_page_path('user/project/operations/linking_to_an_external_dashboard') } } }