summaryrefslogtreecommitdiff
path: root/app/helpers/labels_helper.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/helpers/labels_helper.rb
parent27cf081e1b0b1df1661aaf0ae6b60b05ef3eb8d8 (diff)
downloadgitlab-ce-938eed1ef8c8d123920ce9466d6879676716d7c1.tar.gz
Consistency: Capitalize hex values of sugested colors
Diffstat (limited to 'app/helpers/labels_helper.rb')
-rw-r--r--app/helpers/labels_helper.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/helpers/labels_helper.rb b/app/helpers/labels_helper.rb
index 5bfba4f14f2..19d688c4bb8 100644
--- a/app/helpers/labels_helper.rb
+++ b/app/helpers/labels_helper.rb
@@ -14,13 +14,13 @@ module LabelsHelper
def suggested_colors
[
- '#d9534f',
- '#f0ad4e',
- '#428bca',
- '#5cb85c',
- '#34495e',
- '#7f8c8d',
- '#8e44ad',
+ '#D9534F',
+ '#F0AD4E',
+ '#428BCA',
+ '#5CB85C',
+ '#34495E',
+ '#7F8C8D',
+ '#8E44AD',
'#FFECDB'
]
end