gitlab-org--gitlab-foss/app/views/projects/environments/empty_metrics.html.haml

15 lines
518 B
Plaintext
Raw Normal View History

2018-07-04 15:56:36 +00:00
- page_title _("Metrics")
2018-06-21 09:05:25 +00:00
2018-09-27 20:53:01 +00:00
.row.empty-state
.col-sm-12
.svg-content
2018-06-27 04:21:19 +00:00
= image_tag 'illustrations/operations_metrics_empty.svg'
2018-09-27 20:53:01 +00:00
.col-12
.text-content
%h4.text-center
= s_('Environments|No deployed environments')
2018-09-27 20:53:01 +00:00
%p.state-description
= s_('Metrics|Check out the CI/CD documentation on deploying to an environment')
.text-center
= link_to s_("Environments|Learn about environments"), help_page_path('ci/environments/index.md'), class: 'gl-button btn btn-confirm'