diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-15 11:02:05 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-15 11:02:05 +0200 |
commit | 938eed1ef8c8d123920ce9466d6879676716d7c1 (patch) | |
tree | b157171bfa044c40f5b2bea313d966cc64f9cb11 /app/models | |
parent | 27cf081e1b0b1df1661aaf0ae6b60b05ef3eb8d8 (diff) | |
download | gitlab-ce-938eed1ef8c8d123920ce9466d6879676716d7c1.tar.gz |
Consistency: Capitalize hex values of sugested colors
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/label.rb | 2 |
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 |