#648: collor for labels has been changed

This commit is contained in:
Vokhmin Alexey V 2012-09-24 22:44:06 +04:00
parent 1e468b5073
commit 0bb9f38b66
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module ProjectsHelper
class_name = o.class.name class_name = o.class.name
{ {
:id => "#{class_name.downcase}-#{o.id}", :id => "#{class_name.downcase}-#{o.id}",
:color => '464646', :color => '0054a6',
:selected => false, :selected => false,
:check_box_name => class_name.downcase.pluralize, :check_box_name => class_name.downcase.pluralize,
:check_box_value => o.id, :check_box_value => o.id,