Issue 22424: Add tooltip to header of Done list

This commit is contained in:
andrew brown 2017-04-08 17:28:25 -07:00
parent e7e9307219
commit 6a759527ba
2 changed files with 5 additions and 0 deletions

View file

@ -81,6 +81,7 @@ $(() => {
if (list.type === 'closed') {
list.position = Infinity;
list.label = { description: 'Shows all closed issues. Moving an issue to this list closes it' };
}
});

View file

@ -0,0 +1,4 @@
---
title: Add tooltip to header of Done board
merge_request: 10574
author: Andy Brown