summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-11-21 14:51:55 +0100
committerWinnie Hellmann <winnie@gitlab.com>2018-11-21 14:51:55 +0100
commit7c2723e39bf1495584d4aedc68cba6ed6378c3ce (patch)
tree667640ffee3a1ad5c8d5328b6ae853a61f3292b5
parent3eb366722e32d878d56ed09a5fa596b777fccef5 (diff)
downloadgitlab-ce-winh-issue-board-switcher-vue.tar.gz
Refactor issue boards switcher to single file Vue component (CE-port)winh-issue-board-switcher-vue
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index 824bbe3524b..6939aba6896 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -7,8 +7,7 @@
.issues-filters
.issues-details-filters.filtered-search-block{ class: block_css_class, "v-pre" => type == :boards_modal }
- if type == :boards
- #js-multiple-boards-switcher.inline.boards-switcher{ "v-cloak" => true }
- = render_if_exists "shared/boards/switcher", board: board
+ = render_if_exists "shared/boards/switcher", board: board
= form_tag page_filter_path, method: :get, class: 'filter-form js-filter-form' do
- if params[:search].present?
= hidden_field_tag :search, params[:search]