Add separate layout for landing-page
This commit is contained in:
parent
b30492296c
commit
5f4c6f4cfd
7
app/templates/layouts/landing-page.hbs
Normal file
7
app/templates/layouts/landing-page.hbs
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div id="top" class="top">
|
||||
{{render "top"}}
|
||||
</div>
|
||||
|
||||
{{render "flash"}}
|
||||
|
||||
{{yield}}
|
|
@ -1,6 +1,6 @@
|
|||
`import BasicView from 'travis/views/basic'`
|
||||
|
||||
View = BasicView.extend
|
||||
layoutName: 'layouts/simple'
|
||||
layoutName: 'layouts/landing-page'
|
||||
|
||||
`export default View`
|
||||
|
|
Loading…
Reference in New Issue
Block a user