summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-16 08:54:36 +0000
committerPhil Hughes <me@iamphill.com>2017-03-16 08:54:36 +0000
commitbadec3de33dae0cc55ec6b87a2f3aa19b9af809a (patch)
tree1cd3ccae15ff1d7a86e09f66cb67fb0857c1cd75
parent68e64a5b44b7a0f540214ee8a3ca36ffcdb4fc6c (diff)
downloadgitlab-ce-duplicate-pagination-group-explore.tar.gz
Fixed duplicate pagination on explore#groupsduplicate-pagination-group-explore
Closes #29531
-rw-r--r--app/views/explore/groups/index.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/explore/groups/index.html.haml b/app/views/explore/groups/index.html.haml
index 8374f5a009f..bb2cd0d44c8 100644
--- a/app/views/explore/groups/index.html.haml
+++ b/app/views/explore/groups/index.html.haml
@@ -11,5 +11,3 @@
= render 'groups'
- else
.nothing-here-block No public groups
-
-= paginate @groups, theme: "gitlab"