Commit 6a759527 authored by andrew brown's avatar andrew brown

Issue 22424: Add tooltip to header of Done list

parent e7e93072
......@@ -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' };
}
});
......
---
title: Add tooltip to header of Done board
merge_request: 10574
author: Andy Brown
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment