summaryrefslogtreecommitdiff
path: root/app/models/label.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-15 10:20:12 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-15 10:20:12 +0300
commit0602c5d0279dba64bd3a34d2cc8ce39224ccaa49 (patch)
tree32e1daf41fe7257c17efef8121a0bf2199a6918a /app/models/label.rb
parent433dac7799a1a5fd4a0dfeaa0157148eb9058202 (diff)
downloadgitlab-ce-0602c5d0279dba64bd3a34d2cc8ce39224ccaa49.tar.gz
Change default label color
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/models/label.rb')
-rw-r--r--app/models/label.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/label.rb b/app/models/label.rb
index a511b7940ed..c32efc7c47f 100644
--- a/app/models/label.rb
+++ b/app/models/label.rb
@@ -1,5 +1,5 @@
class Label < ActiveRecord::Base
- DEFAULT_COLOR = '#82C5FF'
+ DEFAULT_COLOR = '#428bca'
belongs_to :project
has_many :label_links, dependent: :destroy