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'
|
buildBinding: 'context'
|
||||||
commitBinding: 'build.commit'
|
commitBinding: 'build.commit'
|
||||||
|
|
||||||
|
isPullRequestsList: ( -> @get('parentView.isPullRequestsList') ).property('parentView.isPullRequestsList')
|
||||||
|
|
||||||
color: (->
|
color: (->
|
||||||
Travis.Helpers.colorForState(@get('build.state'))
|
Travis.Helpers.colorForState(@get('build.state'))
|
||||||
).property('build.state')
|
).property('build.state')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user