summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-17 15:47:08 +0200
committerDouwe Maan <douwe@gitlab.com>2015-10-17 15:47:08 +0200
commit530df9b5f3225d696c42cdbf6222c9db79f31485 (patch)
tree9c09a7e4f07efeec37152f95309d7148517481ad
parent063c68b1a9695b001848efe94faba0dba650db45 (diff)
downloadgitlab-ce-530df9b5f3225d696c42cdbf6222c9db79f31485.tar.gz
Use gitlab pagination theme for builds and group members.
-rw-r--r--app/views/dashboard/groups/index.html.haml2
-rw-r--r--app/views/projects/builds/index.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/groups/index.html.haml b/app/views/dashboard/groups/index.html.haml
index c249f5cacec..f3f3f58111e 100644
--- a/app/views/dashboard/groups/index.html.haml
+++ b/app/views/dashboard/groups/index.html.haml
@@ -16,4 +16,4 @@
- group = group_member.group
= render 'shared/groups/group', group: group, group_member: group_member
-= paginate @group_members
+= paginate @group_members, theme: 'gitlab'
diff --git a/app/views/projects/builds/index.html.haml b/app/views/projects/builds/index.html.haml
index 08f237b1738..25eac8e9485 100644
--- a/app/views/projects/builds/index.html.haml
+++ b/app/views/projects/builds/index.html.haml
@@ -48,5 +48,5 @@
- @builds.each do |build|
= render 'projects/builds/build', build: build
- = paginate @builds
+ = paginate @builds, theme: 'gitlab'