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

15 lines
475 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
.row
.col-sm-12
.svg-content
2018-06-27 00:21:19 -04:00
= 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
2018-07-04 11:56:36 -04:00
= link_to s_("Metrics|Learn about environments"), help_page_path('ci/environments'), class: 'btn btn-success'