blob: d4455749803f4092a70414523c84ca2c31437011 (
plain)
1
2
3
4
5
6
7
8
9
|
.row.empty-state
.col-12
.svg-content
= image_tag 'illustrations/feature_moved.svg'
.col-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.")
|