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:
authorJose <jvargas@gitlab.com>2018-07-04 18:56:36 +0300
committerJose <jvargas@gitlab.com>2018-07-04 19:31:28 +0300
commit01248876d2a74e3a5eee5a55908c687da3b9600e (patch)
treed187c460d699f90d55170982e41479671040ace4 /app/views/projects/environments
parent99dea5fa13286346f8c7066d803eb04f4e989663 (diff)
Added shortcuts help, i18n
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'