Properly hide 'show more job' link in the queues

This commit is contained in:
Piotr Sarnacki 2012-12-11 15:03:47 +01:00
parent 79e6f5e037
commit e36fb0d7a2

View File

@ -28,7 +28,7 @@ Travis.LimitedArray = Em.ArrayProxy.extend
).property('totalLength', 'limit') ).property('totalLength', 'limit')
isMore: (-> isMore: (->
@get('leftLength') > 0 !@get('disabled') && @get('leftLength') > 0
).property('leftLength') ).property('leftLength')
showAll: -> showAll: ->