debian-mirror-gitlab/app/views/admin/labels/destroy.js.haml
2021-04-17 20:07:23 +05:30

3 lines
161 B
Text

- if @labels.size == 0
var emptyState = document.querySelector('.labels .nothing-here-block.hidden');
if (emptyState) emptyState.classList.remove('hidden');