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
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-06-25 13:58:47 +0300
committerJose <jvargas@gitlab.com>2018-06-27 07:06:25 +0300
commitc4df74d1e1ba53996c0d64a8f8ef91712bbecf75 (patch)
tree1f01bd5684b45aaa625e22bbe21ef3fc78f4d16b /app/views/layouts
parent1002f1c37b0b100f052ab58e7ff6bb9f4c063b90 (diff)
Rename sidebar metrics path
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/nav/sidebar/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/sidebar/_project.html.haml b/app/views/layouts/nav/sidebar/_project.html.haml
index d90ce99da8d..4096a0f4c31 100644
--- a/app/views/layouts/nav/sidebar/_project.html.haml
+++ b/app/views/layouts/nav/sidebar/_project.html.haml
@@ -211,7 +211,7 @@
- if project_nav_tab? :environments
= nav_link(controller: [:environments, :metrics]) do
- = link_to metrics_path(@project, @available_environment), title: 'Metrics', class: 'shortcuts-environments' do
+ = link_to operations_metrics_path(@project, @available_environment), title: 'Metrics', class: 'shortcuts-environments' do
%span
= _('Metrics')