summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-03-19 12:00:32 -0600
committerMayra Cabrera <mcabrera@gitlab.com>2018-03-26 17:03:12 -0600
commitb5b41d38142cb43c6aac21ce06df5b48e4f58513 (patch)
treef74e84015ac6e93e748a97f957e23f9bd46928c9
parent3921d0c78e2cb1432df5ab48c8591c2ea6d98ee8 (diff)
downloadgitlab-ce-b5b41d38142cb43c6aac21ce06df5b48e4f58513.tar.gz
Remove unused css class
-rw-r--r--app/views/ci/lints/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/lints/show.html.haml b/app/views/ci/lints/show.html.haml
index 2cca0e37314..22f149d1caa 100644
--- a/app/views/ci/lints/show.html.haml
+++ b/app/views/ci/lints/show.html.haml
@@ -5,5 +5,5 @@
.col-xs-12
.text-content.text-center
%h4= _("GitLab CI Linter has been moved")
- %p.ci-linter-description
+ %p
= _("To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button.")