summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/empty.html.haml
blob: b8ed6accecb00b56329624ad59ae6ce80cb2e3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- page_title "Metrics"

.row
  .col-sm-12
    .svg-content
      = 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
      = link_to "Learn about environments", help_page_path('ci/environments'), class: 'btn btn-success'