Fix colorForState for repos list

This commit is contained in:
Piotr Sarnacki 2015-02-05 18:14:19 +01:00
parent 9314541b2a
commit f53f9947a5

View File

@ -1,5 +1,5 @@
`import Ember from 'ember'`
`import colorForState from 'travis/utils/helpers'`
`import { colorForState } from 'travis/utils/helpers'`
View = Ember.CollectionView.extend
elementId: 'repos'
@ -17,8 +17,7 @@ View = Ember.CollectionView.extend
).property('controller.selectedRepo')
color: (->
# TODO: temp comment
#colorForState(@get('repo.lastBuildState'))
colorForState(@get('repo.lastBuildState'))
).property('repo.lastBuildState')
click: ->