summaryrefslogtreecommitdiff
path: root/app/views/admin/dev_ops_report/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/dev_ops_report/show.html.haml')
-rw-r--r--app/views/admin/dev_ops_report/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/dev_ops_report/show.html.haml b/app/views/admin/dev_ops_report/show.html.haml
index dc3bda3a994..75398f3aa21 100644
--- a/app/views/admin/dev_ops_report/show.html.haml
+++ b/app/views/admin/dev_ops_report/show.html.haml
@@ -3,7 +3,7 @@
.container
.gl-mt-3
- - if Gitlab.ee? && Feature.enabled?(:devops_adoption_feature) && License.feature_available?(:devops_adoption)
+ - if Gitlab.ee? && Feature.enabled?(:devops_adoption_feature, default_enabled: true) && License.feature_available?(:devops_adoption)
= render_if_exists 'admin/dev_ops_report/devops_tabs'
- else
= render 'report'