From 91c1534e59c0492546c46724f9d401c40e1c9133 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 30 Jul 2014 19:09:24 +0300 Subject: [PATCH] Add pagination to labels page Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/labels/index.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/projects/labels/index.html.haml b/app/views/projects/labels/index.html.haml index f7d535e52f5..c52ee43c8b5 100644 --- a/app/views/projects/labels/index.html.haml +++ b/app/views/projects/labels/index.html.haml @@ -10,6 +10,7 @@ - if @labels.present? %ul.bordered-list.manage-labels-list = render @labels + = paginate @labels, theme: 'gitlab' - else .light-well