summaryrefslogtreecommitdiff
path: root/app/views/projects/logs/empty_logs.html.haml
blob: 52598e0be8d384f9ae3e72078821a0b92cac5dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- page_title _('Logs')

.row.empty-state
  .col-sm-12
    .svg-content
      = image_tag 'illustrations/operations_log_pods_empty.svg'
  .col-12
    .text-content
      %h4.text-center
        = s_('Environments|No deployed environments')
      %p.state-description.text-center
        = s_('Logs|To see the logs, deploy your code to an environment.')
      .text-center
        = link_to s_('Environments|Learn about environments'), help_page_path('ci/environments'), class: 'btn btn-success'