Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-06-29 18:10:20 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-07-05 12:27:30 +0300
commit6f1f1fb9cf7a5814a2fa0c8c7754646022add690 (patch)
treec2394fc0e49bc5aa0dc300f244de242e2877dcc8 /app/views/shared
parent969d64fcb486ec4a98e19297621a439ec5ae1816 (diff)
Make sure we're passing the board!
I have no idea where the board was coming from previously
Diffstat (limited to 'app/views/shared')
-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" }