Add pagination to labels page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
86f1f8335f
commit
91c1534e59
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
- if @labels.present?
|
- if @labels.present?
|
||||||
%ul.bordered-list.manage-labels-list
|
%ul.bordered-list.manage-labels-list
|
||||||
= render @labels
|
= render @labels
|
||||||
|
= paginate @labels, theme: 'gitlab'
|
||||||
|
|
||||||
- else
|
- else
|
||||||
.light-well
|
.light-well
|
||||||
|
|
Loading…
Reference in a new issue