diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-18 22:34:17 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-22 16:09:26 +0300 |
commit | 1804f60fd5a1aab92f553b7c66b79857ef35df35 (patch) | |
tree | 6214e458ecee29e40a7e03c89ed447f7bc392001 /app | |
parent | 53f11f9be79c30e50d4077257945467ff75e7d03 (diff) | |
download | gitlab-ce-1804f60fd5a1aab92f553b7c66b79857ef35df35.tar.gz |
Change images to reflect current status, add link to inline docs
Diffstat (limited to 'app')
-rw-r--r-- | app/views/shared/issuable/_label_page_default.html.haml | 8 |
1 files changed, 7 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..18b50f9da7b 100644 --- a/app/views/shared/issuable/_label_page_default.html.haml +++ b/app/views/shared/issuable/_label_page_default.html.haml @@ -8,7 +8,13 @@ - 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. + Learn more in the + = succeed "." do + = link_to "Issue Boards documentation", help_page_path("user/project/issue_board"), class: "underlined-link" = dropdown_filter(filter_placeholder) = dropdown_content - if @project && show_footer |