Fix pull requests view to show PR number
This commit is contained in:
parent
80317050ff
commit
febf40fd76
|
@ -30,6 +30,8 @@ Travis.reopen
|
|||
buildBinding: 'context'
|
||||
commitBinding: 'build.commit'
|
||||
|
||||
isPullRequestsList: ( -> @get('parentView.isPullRequestsList') ).property('parentView.isPullRequestsList')
|
||||
|
||||
color: (->
|
||||
Travis.Helpers.colorForState(@get('build.state'))
|
||||
).property('build.state')
|
||||
|
|
Loading…
Reference in New Issue
Block a user