summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-29 14:22:11 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-29 14:22:11 +0100
commitb1547021bcceb1f622c42b0967d0aaf80cb14cd1 (patch)
tree42facad6e4500628459de796ad85a107a56e8d08
parente0e311a19c025435d119d379a98ec28f0704628f (diff)
downloadgitlab-ce-minor-ui-fixes.tar.gz
Fix label destroy jsminor-ui-fixes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/projects/labels/destroy.js.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/labels/destroy.js.haml b/app/views/projects/labels/destroy.js.haml
index 1b4c83ab097..d59563b122a 100644
--- a/app/views/projects/labels/destroy.js.haml
+++ b/app/views/projects/labels/destroy.js.haml
@@ -1,2 +1,2 @@
- if @project.labels.size == 0
- $('.labels').load(document.URL + ' .light-well').hide().fadeIn(1000)
+ $('.labels').load(document.URL + ' .nothing-here-block').hide().fadeIn(1000)