Fixed list.coffee so repo cell to be entirely clickable, all the credit goes to @bastilian
This commit is contained in:
parent
0d4babb07e
commit
b0415a7148
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user