Use status image helper to determine the URL.

This commit is contained in:
Mathias Meyer 2013-09-10 12:46:33 +02:00
parent 340dec5396
commit eaf258f033

View File

@ -126,7 +126,7 @@ Travis.reopen
currentUserBinding: 'controller.currentUser' currentUserBinding: 'controller.currentUser'
statusImageUrl: (-> statusImageUrl: (->
"/#{@get('slug')}.png" Travis.Urls.statusImage(@get('slug'))
).property('slug') ).property('slug')
displayStatusImages: (-> displayStatusImages: (->