diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-29 14:22:11 +0100 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-29 14:22:11 +0100 |
| commit | b1547021bcceb1f622c42b0967d0aaf80cb14cd1 (patch) | |
| tree | 42facad6e4500628459de796ad85a107a56e8d08 | |
| parent | e0e311a19c025435d119d379a98ec28f0704628f (diff) | |
| download | gitlab-ce-b1547021bcceb1f622c42b0967d0aaf80cb14cd1.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.haml | 2 |
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) |
