summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-08 12:17:01 +0000
committerPhil Hughes <me@iamphill.com>2017-03-08 12:17:01 +0000
commit809bba7d02b45938494f8ae471a2b27ce4a40833 (patch)
treedf9d34b65b9e60b7b8dc684b42b8f897d7bb909d /app/views/shared
parent382fea7b5925ac7dc47ccfd79f7537284e68cd6f (diff)
downloadgitlab-ce-809bba7d02b45938494f8ae471a2b27ce4a40833.tar.gz
Updated specs
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index 515c3d4258e..d73556114d8 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -88,7 +88,7 @@
.filter-dropdown-container
- if type == :boards
- if can?(current_user, :admin_list, @project)
- .dropdown.prepend-left-10
+ .dropdown.prepend-left-10#js-add-list
%button.btn.btn-create.btn-inverted.js-new-board-list{ type: "button", data: { toggle: "dropdown", labels: labels_filter_path, namespace_path: @project.try(:namespace).try(:path), project_path: @project.try(:path) } }
Add list
.dropdown-menu.dropdown-menu-paging.dropdown-menu-align-right.dropdown-menu-issues-board-new.dropdown-menu-selectable