diff options
author | Evan Read <eread@gitlab.com> | 2019-08-07 04:03:05 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-07 04:03:05 +0000 |
commit | 54377159730c676bd40b64e66acfb57faf90eabf (patch) | |
tree | be2b59ff6581065ca8860fd58f945cfe291f2764 | |
parent | 67c6708ff67df07e18e6097dd05937f99992af3a (diff) | |
parent | 6970db9834460340d56017d672e64df5ed1699aa (diff) | |
download | gitlab-ce-54377159730c676bd40b64e66acfb57faf90eabf.tar.gz |
Merge branch 'docs-labels-follow-up' into 'master'
Follow-up: Tweak line to improve badge placement
Closes #65417
See merge request gitlab-org/gitlab-ce!31528
-rw-r--r-- | doc/user/project/labels.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/project/labels.md b/doc/user/project/labels.md index a00c1c980d2..cc1274faa2c 100644 --- a/doc/user/project/labels.md +++ b/doc/user/project/labels.md @@ -93,8 +93,10 @@ GitLab will add the following default labels to the project: To create a **group label**, navigate to **Issues > Labels** in the **group** and create it from there. This page only shows group labels in this group. -Alternatively, you can create group labels from the Epic sidebar. Please note that the -created label will belong to the immediate group to which the epic belongs. **(ULTIMATE)** +Alternatively, you can create group labels from the Epic sidebar. **(ULTIMATE)** + +Please note that the created label will belong to the immediate group to which the +epic belongs. ![Create Labels from Epic](img/labels_epic_sidebar_v12_1.png) |