Add layout for notFound view
This commit is contained in:
parent
0074acb8fe
commit
514a127083
|
@ -6,6 +6,9 @@ Em.View.reopen
|
||||||
|
|
||||||
@_super.apply(this, arguments)
|
@_super.apply(this, arguments)
|
||||||
|
|
||||||
|
Travis.NotFoundView = Ember.View.extend
|
||||||
|
layoutName: 'layouts/simple'
|
||||||
|
|
||||||
@Travis.reopen
|
@Travis.reopen
|
||||||
View: Em.View.extend
|
View: Em.View.extend
|
||||||
actions:
|
actions:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user