Commit 4aa61105 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'winh-issue-board-switcher-vue' into 'master'

Refactor issue boards switcher to single file Vue component (CE-port)

See merge request gitlab-org/gitlab-ce!23274
parents 35c1dfd1 7c2723e3
......@@ -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]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment