Add layout for notFound view

This commit is contained in:
Piotr Sarnacki 2015-01-06 13:08:16 +01:00
parent 0074acb8fe
commit 514a127083

View File

@ -6,6 +6,9 @@ Em.View.reopen
@_super.apply(this, arguments)
Travis.NotFoundView = Ember.View.extend
layoutName: 'layouts/simple'
@Travis.reopen
View: Em.View.extend
actions: