summaryrefslogtreecommitdiff
path: root/app/views/projects/boards/components/_sidebar.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/boards/components/_sidebar.html.haml')
-rw-r--r--app/views/projects/boards/components/_sidebar.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/boards/components/_sidebar.html.haml b/app/views/projects/boards/components/_sidebar.html.haml
index 24d76da6f06..09d70f658a3 100644
--- a/app/views/projects/boards/components/_sidebar.html.haml
+++ b/app/views/projects/boards/components/_sidebar.html.haml
@@ -23,4 +23,5 @@
= render "projects/boards/components/sidebar/labels"
= render "projects/boards/components/sidebar/notifications"
%remove-btn{ ":issue" => "issue",
- ":list" => "list" }
+ ":list" => "list",
+ "v-if" => "canRemove" }