summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/empty.html.haml
blob: 129dbbf4e56275282bebfdc2ebc88016a7425728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- 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'