Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-05 09:08:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-05 09:08:56 +0300
commitd10e04a10b5c7bf4e46589f05e8b63db30b3972d (patch)
tree123337379e990ab52fa976c6f71289c23f4baa40 /app/views/projects/ci
parent7c7c4fade6f8f1085a95bf48ae90222345f05bee (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/ci')
-rw-r--r--app/views/projects/ci/lints/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci/lints/show.html.haml b/app/views/projects/ci/lints/show.html.haml
index 93d0eb287c8..9eaaba0e909 100644
--- a/app/views/projects/ci/lints/show.html.haml
+++ b/app/views/projects/ci/lints/show.html.haml
@@ -3,7 +3,7 @@
%h2.pt-3.pb-3= _("Validate your GitLab CI configuration")
-- if Feature.enabled?(:ci_lint_vue, @project)
+- if Feature.enabled?(:ci_lint_vue, @project, default_enabled: true)
#js-ci-lint{ data: { endpoint: project_ci_lint_path(@project), help_page_path: help_page_path('ci/lint', anchor: 'pipeline-simulation') } }
- else