summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristiaan Van den Poel <christiaan.vandenpoel@gmail.com>2017-12-17 21:07:29 +0100
committerChristiaan Van den Poel <christiaan.vandenpoel@gmail.com>2017-12-17 21:07:29 +0100
commitb7f59772b16b39baca7dbe2cb5dd830b7382c038 (patch)
treead913e7fbd34dbccd1847595ddd6860d78422677
parent169a8c35847a925597ed1abb9225c722fc9ed8ee (diff)
downloadgitlab-ce-b7f59772b16b39baca7dbe2cb5dd830b7382c038.tar.gz
remove the label
-rw-r--r--app/assets/javascripts/boards/boards_bundle.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/boards/boards_bundle.js b/app/assets/javascripts/boards/boards_bundle.js
index 20d23162940..0c1cff1da7a 100644
--- a/app/assets/javascripts/boards/boards_bundle.js
+++ b/app/assets/javascripts/boards/boards_bundle.js
@@ -102,7 +102,6 @@ $(() => {
if (list.type === 'closed') {
list.position = Infinity;
- list.label = { description: 'Shows all closed issues. Moving an issue to this list closes it' };
} else if (list.type === 'backlog') {
list.position = -1;
}