summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-06-29 23:10:20 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-07-05 17:27:30 +0800
commit6f1f1fb9cf7a5814a2fa0c8c7754646022add690 (patch)
treec2394fc0e49bc5aa0dc300f244de242e2877dcc8
parent969d64fcb486ec4a98e19297621a439ec5ae1816 (diff)
downloadgitlab-ce-6f1f1fb9cf7a5814a2fa0c8c7754646022add690.tar.gz
Make sure we're passing the board!
I have no idea where the board was coming from previously
-rw-r--r--app/views/shared/boards/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/boards/_show.html.haml b/app/views/shared/boards/_show.html.haml
index a88d8f61fb4..50bd0b3b2e4 100644
--- a/app/views/shared/boards/_show.html.haml
+++ b/app/views/shared/boards/_show.html.haml
@@ -14,7 +14,7 @@
#board-app.boards-app{ "v-cloak" => true, data: board_data, ":class" => "{ 'is-compact': detailIssueVisible }" }
.d-none.d-sm-none.d-md-block
- = render 'shared/issuable/search_bar', type: :boards
+ = render 'shared/issuable/search_bar', type: :boards, board: board
.boards-list
.boards-app-loading.text-center{ "v-if" => "loading" }