Follow conventions on templates locations
This commit is contained in:
parent
3c057ea401
commit
67e787596f
|
@ -1,6 +1,5 @@
|
|||
Travis.reopen
|
||||
BuildsView: Travis.View.extend
|
||||
templateName: 'builds/list'
|
||||
buildsBinding: 'controller.builds'
|
||||
|
||||
ShowMoreButton: Em.View.extend
|
||||
|
@ -21,7 +20,6 @@ Travis.reopen
|
|||
@get('controller').showMore()
|
||||
|
||||
BuildView: Travis.View.extend
|
||||
templateName: 'builds/show'
|
||||
classNameBindings: ['color', 'loading']
|
||||
buildBinding: 'controller.build'
|
||||
commitBinding: 'build.commit'
|
||||
|
|
Loading…
Reference in New Issue
Block a user