gitlab-org--gitlab-foss/app/views/projects/environments/empty.html.haml
2018-10-06 01:47:25 +03:00

14 lines
489 B
Text

- page_title _("Metrics")
.row.empty-state
.col-sm-12
.svg-content
= image_tag 'illustrations/operations_metrics_empty.svg'
.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'