summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-03-16 11:27:44 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-03-16 11:27:44 +0000
commit9ce549b22ae453acf87b883afe8943123d0c48fe (patch)
tree837ae426d97913fde92c42204d74df86f4ad485b
parent3255239b1d183712a821a7243934dd38322ac777 (diff)
parentbadec3de33dae0cc55ec6b87a2f3aa19b9af809a (diff)
downloadgitlab-ce-9ce549b22ae453acf87b883afe8943123d0c48fe.tar.gz
Merge branch 'duplicate-pagination-group-explore' into 'master'
Fixed duplicate pagination on explore#groups Closes #29531 See merge request !9988
-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"