summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_with_tabs.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-11 00:08:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-11 00:08:02 +0000
commitcb2494484e33a0d3c750625908e8b4dda69ab7b4 (patch)
treed3a4748bdb44b5ad7c1952c508dbb18230c45a7b /app/views/projects/pipelines/_with_tabs.html.haml
parent8cd9a013792172f8d64eba8f327e2dadd71efffb (diff)
downloadgitlab-ce-cb2494484e33a0d3c750625908e8b4dda69ab7b4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/pipelines/_with_tabs.html.haml')
-rw-r--r--app/views/projects/pipelines/_with_tabs.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_with_tabs.html.haml b/app/views/projects/pipelines/_with_tabs.html.haml
index 4ef2bdd35bf..6b26c9f3f00 100644
--- a/app/views/projects/pipelines/_with_tabs.html.haml
+++ b/app/views/projects/pipelines/_with_tabs.html.haml
@@ -33,7 +33,7 @@
- if @pipeline.failed_builds.present?
#js-tab-failures.tab-pane
- - if Feature.enabled?(:failed_jobs_tab_vue, @project, default_enabled: :yaml)
+ - if Feature.enabled?(:failed_jobs_tab_vue, @project)
#js-pipeline-failed-jobs-vue{ data: { full_path: @project.full_path, pipeline_iid: @pipeline.iid, failed_jobs_summary_data: prepare_failed_jobs_summary_data(@pipeline.failed_builds) } }
- else
.build-failures.build-page