summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/sidebar/_project.html.haml
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-07-04 10:56:36 -0500
committerJose <jvargas@gitlab.com>2018-07-04 11:31:28 -0500
commit01248876d2a74e3a5eee5a55908c687da3b9600e (patch)
treed187c460d699f90d55170982e41479671040ace4 /app/views/layouts/nav/sidebar/_project.html.haml
parent99dea5fa13286346f8c7066d803eb04f4e989663 (diff)
downloadgitlab-ce-01248876d2a74e3a5eee5a55908c687da3b9600e.tar.gz
Added shortcuts help, i18n45739-add-metrics-to-operations-tab
Diffstat (limited to 'app/views/layouts/nav/sidebar/_project.html.haml')
-rw-r--r--app/views/layouts/nav/sidebar/_project.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/nav/sidebar/_project.html.haml b/app/views/layouts/nav/sidebar/_project.html.haml
index e4fe82f7666..00d75b3399b 100644
--- a/app/views/layouts/nav/sidebar/_project.html.haml
+++ b/app/views/layouts/nav/sidebar/_project.html.haml
@@ -211,12 +211,12 @@
- if project_nav_tab? :environments
= nav_link(controller: :environments, action: [:metrics, :metrics_redirect]) do
- = link_to metrics_project_environments_path(@project), title: 'Metrics', class: 'shortcuts-metrics' do
+ = link_to metrics_project_environments_path(@project), title: _('Metrics'), class: 'shortcuts-metrics' do
%span
= _('Metrics')
= nav_link(controller: :environments, action: [:index, :folder, :show, :new, :edit, :create, :update, :stop, :terminal]) do
- = link_to project_environments_path(@project), title: 'Environments', class: 'shortcuts-environments' do
+ = link_to project_environments_path(@project), title: _('Environments'), class: 'shortcuts-environments' do
%span
= _('Environments')