Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2018-01-12 17:03:04 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-01-15 22:29:15 +0300
commita718f3e70211ddfe17193d4430b85629ba69fcc6 (patch)
treebac3fb952463f24535da4aea9a48f82f044d0f8d /app/views
parent72e905d425b1dada108d4d018a4bc1f79ec8b28a (diff)
Merge branch 'disable-pages-on-jobs' into 'master'
Use simple Next/Prev paging for CI Jobs page Closes #41058 See merge request gitlab-org/gitlab-ce!16392
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/jobs/_table.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/jobs/_table.html.haml b/app/views/projects/jobs/_table.html.haml
index 82806f022ee..d124d3ebfc1 100644
--- a/app/views/projects/jobs/_table.html.haml
+++ b/app/views/projects/jobs/_table.html.haml
@@ -22,4 +22,4 @@
= render partial: "projects/ci/builds/build", collection: builds, as: :build, locals: { commit_sha: true, ref: true, pipeline_link: true, stage: true, allow_retry: true, admin: admin }
- = paginate builds, theme: 'gitlab'
+ = paginate_collection(builds)