summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_filter.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-08-01 16:21:08 +0100
committerPhil Hughes <me@iamphill.com>2016-08-17 17:12:47 +0100
commitfcc88e52feb5b19ae6a2ab8264472643b7894aa4 (patch)
tree5853eac85faa4c46feecf45d2eddb7d9efb0e8e4 /app/views/shared/issuable/_filter.html.haml
parent87cab11c1b54b6b733dfa70264f54b8fac515611 (diff)
downloadgitlab-ce-fcc88e52feb5b19ae6a2ab8264472643b7894aa4.tar.gz
Fixed some styling issues in new list dropdown
Diffstat (limited to 'app/views/shared/issuable/_filter.html.haml')
-rw-r--r--app/views/shared/issuable/_filter.html.haml6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/shared/issuable/_filter.html.haml b/app/views/shared/issuable/_filter.html.haml
index 773f3975816..4f26d92ae6f 100644
--- a/app/views/shared/issuable/_filter.html.haml
+++ b/app/views/shared/issuable/_filter.html.haml
@@ -34,11 +34,7 @@
%button.btn.btn-create.js-new-board-list{ type: "button", data: { toggle: "dropdown", labels: labels_filter_path } }
Create new list
.dropdown-menu.dropdown-menu-paging.dropdown-menu-align-right.dropdown-menu-issues-board-new
- = dropdown_title("Create a new list")
- .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.
- = render partial: "shared/issuable/label_page_default", locals: { show_title: false, show_footer: true, show_create: true }
+ = render partial: "shared/issuable/label_page_default", locals: { show_footer: true, show_create: true, show_boards_content: true, title: "Create a new list" }
- if can?(current_user, :admin_label, @project)
= render partial: "shared/issuable/label_page_create"
= dropdown_loading