empty.html.haml 460 Bytes
Newer Older
1 2
- page_title "Metrics"

3 4 5
.row
  .col-sm-12
    .svg-content
Jose's avatar
Jose committed
6
      = image_tag 'illustrations/operations_metrics_empty.svg'
7 8 9 10 11 12 13 14
.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
      = link_to "Learn about environments", help_page_path('ci/environments'), class: 'btn btn-success'