summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/empty.html.haml
blob: 1413930ebdba5561c5a44413abefeb311e179f1c (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 s_("Metrics|Learn about environments"), help_page_path('ci/environments'), class: 'btn btn-success'