diff options
author | Phil Hughes <me@iamphill.com> | 2017-03-16 08:54:36 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-03-16 08:54:36 +0000 |
commit | badec3de33dae0cc55ec6b87a2f3aa19b9af809a (patch) | |
tree | 1cd3ccae15ff1d7a86e09f66cb67fb0857c1cd75 | |
parent | 68e64a5b44b7a0f540214ee8a3ca36ffcdb4fc6c (diff) | |
download | gitlab-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.haml | 2 |
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" |