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
diff options
context:
space:
mode:
authorAndré Luís <me@andr3.net>2018-08-07 13:56:17 +0300
committerPhil Hughes <me@iamphill.com>2018-08-07 13:56:17 +0300
commit4ed7fa94453068285cbfbb6c2d4bb91ef9df3833 (patch)
tree49c9a2c9f931745c13713f276a0207aa1badd42b /app/views/admin/labels/index.html.haml
parent6b2b89f3cdb949b2001218b386bbc922166e4d4e (diff)
Resolve "System level labels UI broken"
Diffstat (limited to 'app/views/admin/labels/index.html.haml')
-rw-r--r--app/views/admin/labels/index.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/admin/labels/index.html.haml b/app/views/admin/labels/index.html.haml
index d3e5247447a..f1b8658f84e 100644
--- a/app/views/admin/labels/index.html.haml
+++ b/app/views/admin/labels/index.html.haml
@@ -7,10 +7,11 @@
= _('Labels')
%hr
-.labels
+.labels.labels-container.admin-labels
- if @labels.present?
- %ul.bordered-list.manage-labels-list
+ %ul.manage-labels-list
= render @labels
+
= paginate @labels, theme: 'gitlab'
- else
.card.bg-light