Commit 68961480 authored by Winnie Hellmann's avatar Winnie Hellmann

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

parent 9c72f8fd
......@@ -14,14 +14,9 @@
%script#js-board-modal-filter{ type: "text/x-template" }= render "shared/issuable/search_bar", type: :boards_modal
%script#js-board-promotion{ type: "text/x-template" }= render "shared/promotions/promote_issue_board"
<<<<<<< HEAD
.hidden-xs.hidden-sm
= render 'shared/issuable/search_bar', type: :boards, board: board
=======
#board-app.boards-app{ "v-cloak" => true, data: board_data, ":class" => "{ 'is-compact': detailIssueVisible }" }
.hidden-xs.hidden-sm
= render 'shared/issuable/search_bar', type: :boards
>>>>>>> upstream/master
= render 'shared/issuable/search_bar', type: :boards, board: board
.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