summaryrefslogtreecommitdiff
path: root/app/views/projects/boards
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-30 17:11:08 +0000
committerFatih Acet <acetfatih@gmail.com>2017-02-03 17:02:44 +0300
commit954deefa2253dae2c65246a19d6c7202b07715e1 (patch)
tree84f6ccdba553da0fbf4edfdbc58b583b8d70085f /app/views/projects/boards
parentffeb3200c1c8558345c99de64723de2747b7ffe8 (diff)
downloadgitlab-ce-954deefa2253dae2c65246a19d6c7202b07715e1.tar.gz
Added remove button
Diffstat (limited to 'app/views/projects/boards')
-rw-r--r--app/views/projects/boards/components/_sidebar.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/boards/components/_sidebar.html.haml b/app/views/projects/boards/components/_sidebar.html.haml
index df7fa9ddaf2..24d76da6f06 100644
--- a/app/views/projects/boards/components/_sidebar.html.haml
+++ b/app/views/projects/boards/components/_sidebar.html.haml
@@ -22,3 +22,5 @@
= render "projects/boards/components/sidebar/due_date"
= render "projects/boards/components/sidebar/labels"
= render "projects/boards/components/sidebar/notifications"
+ %remove-btn{ ":issue" => "issue",
+ ":list" => "list" }