No need to put dashboard layout for application/loading
This commit is contained in:
parent
2a87f73648
commit
93bb5f68e7
|
@ -37,7 +37,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{{yield}}
|
||||
{{yield}}
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -30,3 +30,4 @@ require 'views/auth/signin'
|
|||
require 'views/insufficient_oauth_permissions'
|
||||
require 'views/first_sync'
|
||||
require 'views/application/loading'
|
||||
require 'views/dashboard/loading'
|
||||
|
|
|
@ -2,8 +2,6 @@ require 'views/view'
|
|||
|
||||
TravisView = Travis.View
|
||||
|
||||
View = TravisView.extend
|
||||
layoutName: 'layouts/dashboard'
|
||||
classNames: ['dashboard']
|
||||
View = TravisView.extend()
|
||||
|
||||
Travis.LoadingView = View
|
||||
|
|
5
assets/scripts/app/views/dashboard/loading.coffee
Normal file
5
assets/scripts/app/views/dashboard/loading.coffee
Normal file
|
@ -0,0 +1,5 @@
|
|||
View = Ember.View.extend
|
||||
layoutName: 'layouts/dashboard'
|
||||
classNames: ['dashboard']
|
||||
|
||||
Travis.DasboardLoadingView = View
|
Loading…
Reference in New Issue
Block a user