summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_filter.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-08-01 14:18:30 +0100
committerPhil Hughes <me@iamphill.com>2016-08-17 17:12:47 +0100
commit99915931bc420c841801aef47cedd3b4029bd063 (patch)
tree66aec04fbab2a5a149a5ca309ca5b83a8274e2b4 /app/views/shared/issuable/_filter.html.haml
parentda64959bde00363d44d1742b742485853cc2c319 (diff)
downloadgitlab-ce-99915931bc420c841801aef47cedd3b4029bd063.tar.gz
Moved data holding into models
Diffstat (limited to 'app/views/shared/issuable/_filter.html.haml')
-rw-r--r--app/views/shared/issuable/_filter.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_filter.html.haml b/app/views/shared/issuable/_filter.html.haml
index a06679f599d..773f3975816 100644
--- a/app/views/shared/issuable/_filter.html.haml
+++ b/app/views/shared/issuable/_filter.html.haml
@@ -31,7 +31,7 @@
= render 'shared/sort_dropdown'
- else
.dropdown
- %button.btn.btn-create{ type: "button", data: { toggle: "dropdown" } }
+ %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")