diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-06-29 23:10:20 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-07-05 17:27:30 +0800 |
commit | 6f1f1fb9cf7a5814a2fa0c8c7754646022add690 (patch) | |
tree | c2394fc0e49bc5aa0dc300f244de242e2877dcc8 | |
parent | 969d64fcb486ec4a98e19297621a439ec5ae1816 (diff) | |
download | gitlab-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.haml | 2 |
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" } |