summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-08-22 15:20:27 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-08-22 15:20:27 +0000
commita41cd65e7971d3da452e87d5fc074afcf4676c86 (patch)
tree9f301826bc232c455b28084659c472124c6b7fdf /app
parentf66a6b310aef83a9640d7360f5d77009e0689745 (diff)
parent6ba9050a7db5585cd4ffc9cdfe95fc64446613ac (diff)
downloadgitlab-ce-a41cd65e7971d3da452e87d5fc074afcf4676c86.tar.gz
Merge branch 'issue-boards-doc' into 'master'
Documentation for Issue Boards ## What does this MR do? Add documentation for issue boards. ## What are the relevant issue numbers? - Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/17907 - Backend MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5548 - Frontend MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5554 See merge request !5713
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/issuable/_label_page_default.html.haml5
1 files changed, 4 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 a76b7baf918..c0dc63be2bf 100644
--- a/app/views/shared/issuable/_label_page_default.html.haml
+++ b/app/views/shared/issuable/_label_page_default.html.haml
@@ -8,7 +8,10 @@
- if show_boards_content
.issue-board-dropdown-content
%p
- 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.
+ 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