Commit 9e4f3224 authored by Robert Speicher's avatar Robert Speicher

Resolve app/views/shared/boards/components/_board.html.haml

parent 22ea74fd
......@@ -36,10 +36,6 @@
%span.issue-count-badge-count
%icon.mr-1{ name: "issues" }
{{ list.issuesSize }}
<<<<<<< HEAD
=======
>>>>>>> upstream/master
= render_if_exists "shared/boards/components/list_weight"
- if can?(current_user, :admin_list, current_board_parent)
......@@ -50,10 +46,6 @@
"title" => _("New issue"),
data: { placement: "top", container: "body" } }
= icon("plus", class: "js-no-trigger-collapse")
<<<<<<< HEAD
=======
>>>>>>> upstream/master
%board-list{ "v-if" => 'list.type !== "blank" && list.type !== "promotion"',
":list" => "list",
":issues" => "list.issues",
......
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