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, 2 insertions, 1 deletions
diff --git a/app/views/explore/projects/_projects.html.haml b/app/views/explore/projects/_projects.html.haml
index 67f2f897137..35b32662b8a 100644
--- a/app/views/explore/projects/_projects.html.haml
+++ b/app/views/explore/projects/_projects.html.haml
@@ -1 +1,2 @@
-= render 'shared/projects/list', projects: projects, user: current_user
+- is_explore_page = defined?(explore_page) && explore_page
+= render 'shared/projects/list', projects: projects, user: current_user, explore_page: is_explore_page