summaryrefslogtreecommitdiff
path: root/app/views/explore
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-02-09 20:21:47 -0500
committerJosh Frye <joshfng@gmail.com>2016-02-09 20:21:47 -0500
commitcf8a74be5fda908fd5c50a9303c44d1f95fadfa2 (patch)
tree5a75e26cee959d05d07974cbbc354b755c5df95c /app/views/explore
parent929b53c6f256b64b19752d0b1ee6acedf37e164b (diff)
downloadgitlab-ce-cf8a74be5fda908fd5c50a9303c44d1f95fadfa2.tar.gz
Cleanup to use one selectorfix-explore-filter
Diffstat (limited to 'app/views/explore')
-rw-r--r--app/views/explore/projects/_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
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