summaryrefslogtreecommitdiff
path: root/app/views/projects/environments
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/projects/environments
parent99dea5fa13286346f8c7066d803eb04f4e989663 (diff)
downloadgitlab-ce-01248876d2a74e3a5eee5a55908c687da3b9600e.tar.gz
Added shortcuts help, i18n45739-add-metrics-to-operations-tab
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/empty.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/environments/empty.html.haml b/app/views/projects/environments/empty.html.haml
index b8ed6accecb..1413930ebdb 100644
--- a/app/views/projects/environments/empty.html.haml
+++ b/app/views/projects/environments/empty.html.haml
@@ -1,4 +1,4 @@
-- page_title "Metrics"
+- page_title _("Metrics")
.row
.col-sm-12
@@ -11,4 +11,4 @@
.state-description
= s_('Metrics|Check out the CI/CD documentation on deploying to an environment')
.prepend-top-10
- = link_to "Learn about environments", help_page_path('ci/environments'), class: 'btn btn-success'
+ = link_to s_("Metrics|Learn about environments"), help_page_path('ci/environments'), class: 'btn btn-success'