Merge branch 'update-operations-metrics-empty-state' into 'master'

Update operations metrics empty state

See merge request gitlab-org/gitlab-ce!21974
This commit is contained in:
Mike Greiling 2018-10-06 00:15:44 +00:00
commit 1239629cd7
2 changed files with 14 additions and 9 deletions

View File

@ -1,14 +1,14 @@
- page_title _("Metrics")
.row
.row.empty-state
.col-sm-12
.svg-content
= image_tag 'illustrations/operations_metrics_empty.svg'
.row.empty-environments
.col-sm-12.text-center
%h4
= s_('Metrics|No deployed environments')
.state-description
= s_('Metrics|Check out the CI/CD documentation on deploying to an environment')
.prepend-top-10
= link_to s_("Metrics|Learn about environments"), help_page_path('ci/environments'), class: 'btn btn-success'
.col-12
.text-content
%h4.text-center
= s_('Metrics|No deployed environments')
%p.state-description
= s_('Metrics|Check out the CI/CD documentation on deploying to an environment')
.text-center
= link_to s_("Metrics|Learn about environments"), help_page_path('ci/environments'), class: 'btn btn-success'

View File

@ -0,0 +1,5 @@
---
title: Update operations metrics empty state
merge_request: 21974
author: George Tsiolis
type: other