From badec3de33dae0cc55ec6b87a2f3aa19b9af809a Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Thu, 16 Mar 2017 08:54:36 +0000 Subject: Fixed duplicate pagination on explore#groups Closes #29531 --- app/views/explore/groups/index.html.haml | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/views/explore') 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" -- cgit v1.2.1