diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-22 20:20:48 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-06-21 18:49:00 +0200 |
commit | 67d6d964299972e1fc8adc062fa7aed2c3fd6512 (patch) | |
tree | 1a3b1da3f1c633eb7740ffda97c76d631ff85cbd | |
parent | cd28597c82f415dd1f106477492467bb9ade3ecc (diff) | |
download | gitlab-ce-67d6d964299972e1fc8adc062fa7aed2c3fd6512.tar.gz |
Add info on tooltips
[ci skip]
-rw-r--r-- | doc/workflow/labels.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/workflow/labels.md b/doc/workflow/labels.md index 35d62573c51..93a14e7b8d7 100644 --- a/doc/workflow/labels.md +++ b/doc/workflow/labels.md @@ -97,6 +97,13 @@ label description like shown below. ![Filter labels](img/labels_filter.png) +--- + +And if you added a description to your label, you can see it by hovering your +mouse over the label in the issue tracker. + +![Label tooltips](img/labels_description_tooltip.png) + ## Subscribe to labels If you don’t want to miss issues or merge requests that are important to you, |