summaryrefslogtreecommitdiff
path: root/app/models/label.rb
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-08-15 11:02:05 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2014-08-15 11:02:05 +0200
commit938eed1ef8c8d123920ce9466d6879676716d7c1 (patch)
treeb157171bfa044c40f5b2bea313d966cc64f9cb11 /app/models/label.rb
parent27cf081e1b0b1df1661aaf0ae6b60b05ef3eb8d8 (diff)
downloadgitlab-ce-938eed1ef8c8d123920ce9466d6879676716d7c1.tar.gz
Consistency: Capitalize hex values of sugested colors
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 819d6cefa41..3ff52416c24 100644
--- a/app/models/label.rb
+++ b/app/models/label.rb
@@ -1,5 +1,5 @@
class Label < ActiveRecord::Base
- DEFAULT_COLOR = '#428bca'
+ DEFAULT_COLOR = '#428BCA'
belongs_to :project
has_many :label_links, dependent: :destroy