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:
Diffstat (limited to 'app/views/admin/labels/destroy.js.haml')
-rw-r--r--app/views/admin/labels/destroy.js.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/admin/labels/destroy.js.haml b/app/views/admin/labels/destroy.js.haml
deleted file mode 100644
index 5ee53088230..00000000000
--- a/app/views/admin/labels/destroy.js.haml
+++ /dev/null
@@ -1,3 +0,0 @@
-- if @labels.size == 0
- var emptyState = document.querySelector('.labels .nothing-here-block.hidden');
- if (emptyState) emptyState.classList.remove('hidden');