9 lines
335 B
Text
9 lines
335 B
Text
.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.")
|