2018-11-08 19:23:39 +05:30
|
|
|
- page_title _("Metrics")
|
|
|
|
|
2018-12-05 23:21:45 +05:30
|
|
|
.row.empty-state
|
2018-11-08 19:23:39 +05:30
|
|
|
.col-sm-12
|
|
|
|
.svg-content
|
|
|
|
= image_tag 'illustrations/operations_metrics_empty.svg'
|
2018-12-05 23:21:45 +05:30
|
|
|
.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'
|