summaryrefslogtreecommitdiff
path: root/app/views/explore
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-02-05 10:27:59 -0500
committerJosh Frye <joshfng@gmail.com>2016-02-05 10:45:22 -0500
commit1a9630acc5acc102fb4d31e35af844f4dabb7656 (patch)
treeaa40a090eb31b085b082f1f8894c072982be69b5 /app/views/explore
parent9bf85c01a909db0cb7633710fa99143ffd1196ab (diff)
downloadgitlab-ce-1a9630acc5acc102fb4d31e35af844f4dabb7656.tar.gz
Fix double paging
Diffstat (limited to 'app/views/explore')
-rw-r--r--app/views/explore/projects/index.html.haml1
-rw-r--r--app/views/explore/projects/starred.html.haml1
2 files changed, 0 insertions, 2 deletions
diff --git a/app/views/explore/projects/index.html.haml b/app/views/explore/projects/index.html.haml
index bee8518d57a..dca75498573 100644
--- a/app/views/explore/projects/index.html.haml
+++ b/app/views/explore/projects/index.html.haml
@@ -13,4 +13,3 @@
= render 'filter'
= render 'projects', projects: @projects
-= paginate @projects, theme: "gitlab"
diff --git a/app/views/explore/projects/starred.html.haml b/app/views/explore/projects/starred.html.haml
index 1b5269c7b68..ec461755103 100644
--- a/app/views/explore/projects/starred.html.haml
+++ b/app/views/explore/projects/starred.html.haml
@@ -8,4 +8,3 @@
= render 'explore/projects/nav'
= render 'projects', projects: @projects
-= paginate @projects, theme: 'gitlab' if @projects