From cf8a74be5fda908fd5c50a9303c44d1f95fadfa2 Mon Sep 17 00:00:00 2001 From: Josh Frye Date: Tue, 9 Feb 2016 20:21:47 -0500 Subject: Cleanup to use one selector --- app/views/explore/projects/_projects.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/explore') diff --git a/app/views/explore/projects/_projects.html.haml b/app/views/explore/projects/_projects.html.haml index 669079e9521..999a933390b 100644 --- a/app/views/explore/projects/_projects.html.haml +++ b/app/views/explore/projects/_projects.html.haml @@ -1,5 +1,5 @@ - if projects.any? - .public-projects + .projects-list-holder = render 'shared/projects/list', projects: projects - else .nothing-here-block -- cgit v1.2.1