Fixed list.coffee so repo cell to be entirely clickable, all the credit goes to @bastilian

This commit is contained in:
Justine Arreche 2013-10-07 17:04:31 -04:00
parent 0d4babb07e
commit b0415a7148

View File

@ -21,6 +21,9 @@
Travis.Helpers.colorForState(@get('repo.lastBuildState'))
).property('repo.lastBuildState')
click: ->
@get('controller').transitionToRoute('/' + @get('repo.slug'))
ReposListTabsView: Travis.View.extend
templateName: 'repos/list/tabs'
tabBinding: 'controller.tab'