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

15 lines
489 B
Text
Raw Normal View History

2018-07-04 11:56:36 -04:00
- page_title _("Metrics")
2018-06-21 05:05:25 -04:00
2018-09-27 16:53:01 -04:00
.row.empty-state
.col-sm-12
.svg-content
2018-06-27 00:21:19 -04:00
= image_tag 'illustrations/operations_metrics_empty.svg'
2018-09-27 16:53:01 -04:00
.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'