summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/_projects.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/explore/projects/_projects.html.haml')
-rw-r--r--app/views/explore/projects/_projects.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/explore/projects/_projects.html.haml b/app/views/explore/projects/_projects.html.haml
index d819c4ea554..4275f76c046 100644
--- a/app/views/explore/projects/_projects.html.haml
+++ b/app/views/explore/projects/_projects.html.haml
@@ -1,2 +1 @@
-- is_explore_page = defined?(explore_page) && explore_page
-= render 'shared/projects/list', projects: projects, user: current_user, explore_page: is_explore_page, pipeline_status: Feature.enabled?(:dashboard_pipeline_status, default_enabled: true)
+= render 'shared/projects/list', projects: projects, user: current_user, explore_page: true, pipeline_status: Feature.enabled?(:dashboard_pipeline_status, default_enabled: true)