summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_label_page_default.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-08-15 16:06:19 +0100
committerPhil Hughes <me@iamphill.com>2016-08-17 17:17:39 +0100
commitd4387bd31799b78f8926ab94aa50656fd5eef45b (patch)
treeea854c11a23ae7b58c2bc01fb201f71e09f0740e /app/views/shared/issuable/_label_page_default.html.haml
parent299cb77c221dfc1ba8c173bd4b129d41aa029740 (diff)
downloadgitlab-ce-d4387bd31799b78f8926ab94aa50656fd5eef45b.tar.gz
Fixed removing items from list
Diffstat (limited to 'app/views/shared/issuable/_label_page_default.html.haml')
-rw-r--r--app/views/shared/issuable/_label_page_default.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_label_page_default.html.haml b/app/views/shared/issuable/_label_page_default.html.haml
index 39f0565d5b9..a76b7baf918 100644
--- a/app/views/shared/issuable/_label_page_default.html.haml
+++ b/app/views/shared/issuable/_label_page_default.html.haml
@@ -8,7 +8,7 @@
- if show_boards_content
.issue-board-dropdown-content
%p
- Add a list to issue boards by selecting a label below. The list will automatically be populated with issues that have that label. To create a list for a label that doesn't exist yet, simply create the label below.
+ Each label that exists in your issue tracker can have its own dedicated list. Select a label below to add a list to your Board and it will automatically be populated with issues that have that label. To create a list for a label that doesn't exist yet, simply create the label below.
= dropdown_filter(filter_placeholder)
= dropdown_content
- if @project && show_footer