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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-19 22:55:28 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-19 22:55:28 +0300
commitabfc13ffa46c8da3fbeb61a4e0b2f1ee644d4da1 (patch)
treeca9bea0dd31430587498088df25330d23e09dbad /app/views
parent32b8ffa7f0d5d3ad3a96cd7a9a5640dc750d5548 (diff)
Fix failing spec because of light-well reference
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/labels/destroy.js.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/labels/destroy.js.haml b/app/views/admin/labels/destroy.js.haml
index 9d51762890f..7a0dcbdd1c6 100644
--- a/app/views/admin/labels/destroy.js.haml
+++ b/app/views/admin/labels/destroy.js.haml
@@ -1,2 +1,2 @@
- if @labels.size == 0
- $('.labels').load(document.URL + ' .light-well').hide().fadeIn(1000)
+ $('.labels').load(document.URL + ' .card.bg-light').hide().fadeIn(1000)