Commit c543b61c authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/shared/boards/_show.html.haml

parent fbd30b07
......@@ -15,11 +15,7 @@
#board-app.boards-app{ "v-cloak" => true, data: board_data, ":class" => "{ 'is-compact': detailIssueVisible }" }
.d-none.d-sm-none.d-md-block
<<<<<<< HEAD
= render 'shared/issuable/search_bar', type: :boards, board: board
=======
= render 'shared/issuable/search_bar', type: :boards
>>>>>>> gitlab-ce/master
.boards-list
.boards-app-loading.text-center{ "v-if" => "loading" }
......
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