summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/empty_metrics.html.haml
blob: 3ee51a318c64e627782e6e0abbd7ea2e1703681b (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_('Environments|No deployed environments')
      %p.state-description
        = s_('Metrics|Check out the CI/CD documentation on deploying to an environment')
      .text-center
        = link_to s_("Environments|Learn about environments"), help_page_path('ci/environments/index.md'), class: 'gl-button btn btn-success'