Landing page template
This commit is contained in:
parent
95b8fe485b
commit
439ac1f8ca
|
@ -45,7 +45,8 @@ Router.map ->
|
|||
|
||||
@route 'first_sync'
|
||||
@route 'insufficient_oauth_permissions'
|
||||
@route 'auth', path: '/auth'
|
||||
@route 'auth'
|
||||
@route 'home'
|
||||
|
||||
@resource 'profile', path: '/profile', ->
|
||||
@resource 'accounts', path: '/', ->
|
||||
|
|
1
app/templates/home.hbs
Normal file
1
app/templates/home.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
LANDING PAGE GOES HERE
|
6
app/views/home.coffee
Normal file
6
app/views/home.coffee
Normal file
|
@ -0,0 +1,6 @@
|
|||
`import BasicView from 'travis/views/basic'`
|
||||
|
||||
View = BasicView.extend
|
||||
layoutName: 'layouts/simple'
|
||||
|
||||
`export default View`
|
Loading…
Reference in New Issue
Block a user