summaryrefslogtreecommitdiff
path: root/app/views/projects/packages/packages/show.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 09:08:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 09:08:42 +0000
commitb76ae638462ab0f673e5915986070518dd3f9ad3 (patch)
treebdab0533383b52873be0ec0eb4d3c66598ff8b91 /app/views/projects/packages/packages/show.html.haml
parent434373eabe7b4be9593d18a585fb763f1e5f1a6f (diff)
downloadgitlab-ce-8c890596f5d0792c467fe12805ab1b39f93bf140.tar.gz
Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42
Diffstat (limited to 'app/views/projects/packages/packages/show.html.haml')
-rw-r--r--app/views/projects/packages/packages/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/packages/packages/show.html.haml b/app/views/projects/packages/packages/show.html.haml
index 76eb22109a4..42c31b3272f 100644
--- a/app/views/projects/packages/packages/show.html.haml
+++ b/app/views/projects/packages/packages/show.html.haml
@@ -6,7 +6,7 @@
.row
.col-12
- - if Feature.enabled?(:package_details_apollo)
- #js-vue-packages-detail-new{ data: package_details_data(@project) }
+ - if Feature.enabled?(:package_details_apollo, default_enabled: :yaml)
+ #js-vue-packages-detail-new{ data: package_details_data(@project, @package) }
- else
- #js-vue-packages-detail{ data: package_details_data(@project, @package) }
+ #js-vue-packages-detail{ data: package_details_data(@project, @package, true) }