From 514a1270832bcad30abd475f6e0f49f021f241a7 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 6 Jan 2015 13:08:16 +0100 Subject: [PATCH] Add layout for notFound view --- assets/scripts/app/views.coffee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/scripts/app/views.coffee b/assets/scripts/app/views.coffee index 8862773e..6076bd2f 100644 --- a/assets/scripts/app/views.coffee +++ b/assets/scripts/app/views.coffee @@ -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: