summaryrefslogtreecommitdiff
path: root/app/serializers/label_entity.rb
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-05-05 22:47:32 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-05-05 22:47:32 +0000
commitb51f2a60800829ee7585f10451a41bc4db0359a9 (patch)
tree2ea7ea74e3fa867b2eadf5ffc8652022b25b2321 /app/serializers/label_entity.rb
parent9e041f2185ecb957e1f3d1205ea3bac54a5eb803 (diff)
downloadgitlab-ce-b51f2a60800829ee7585f10451a41bc4db0359a9.tar.gz
Colorize labels in issue search field
Diffstat (limited to 'app/serializers/label_entity.rb')
-rw-r--r--app/serializers/label_entity.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/serializers/label_entity.rb b/app/serializers/label_entity.rb
index 304fd9de08f..ad565654342 100644
--- a/app/serializers/label_entity.rb
+++ b/app/serializers/label_entity.rb
@@ -6,6 +6,7 @@ class LabelEntity < Grape::Entity
expose :group_id
expose :project_id
expose :template
+ expose :text_color
expose :created_at
expose :updated_at
end