Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e64e0104
Commit
e64e0104
authored
Jan 13, 2015
by
phortx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorders label colors for better "rainbow"
parent
5b32fda4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
app/helpers/labels_helper.rb
app/helpers/labels_helper.rb
+8
-8
No files found.
app/helpers/labels_helper.rb
View file @
e64e0104
...
...
@@ -14,12 +14,6 @@ module LabelsHelper
def
suggested_colors
[
'#CC0033'
,
'#FF0000'
,
'#D9534F'
,
'#D1D100'
,
'#F0AD4E'
,
'#AD8D43'
,
'#0033CC'
,
'#428BCA'
,
'#44AD8E'
,
...
...
@@ -32,9 +26,15 @@ module LabelsHelper
'#A295D6'
,
'#5843AD'
,
'#8E44AD'
,
'#AD4363'
,
'#FFECDB'
,
'#D10069'
'#AD4363'
,
'#D10069'
,
'#CC0033'
,
'#FF0000'
,
'#D9534F'
,
'#D1D100'
,
'#F0AD4E'
,
'#AD8D43'
]
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment