summaryrefslogtreecommitdiff
path: root/app/views/ci/lints/show.html.haml
blob: 22f149d1caa35c431d53a3eb4146139879977f62 (plain)
1
2
3
4
5
6
7
8
9
.row.empty-state
  .col-xs-12
    .svg-content
      = image_tag 'illustrations/feature_moved.svg'
  .col-xs-12
    .text-content.text-center
      %h4= _("GitLab CI Linter has been moved")
      %p
        = _("To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button.")