Commit f11fa3ca authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve lib/gitlab/slash_commands/presenters/issue_base.rb

parent 8ee76793
......@@ -33,14 +33,11 @@ module Gitlab
{
title: "Labels",
value: resource.labels.any? ? resource.label_names.join(', ') : "_None_",
<<<<<<< HEAD
short: true
},
{
title: "Weight",
value: resource.weight? ? resource.weight : "_None_",
=======
>>>>>>> upstream/master
short: true
}
]
......
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