sync for backup
This commit is contained in:
parent
1fbdf7fc9d
commit
a9916acea5
92 changed files with 35330 additions and 882 deletions
4
frontend-src/app/templates/application.hbs
Normal file
4
frontend-src/app/templates/application.hbs
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{page-title "FrontendSrc"}}
|
||||
|
||||
<h1>Home page</h1>
|
||||
{{outlet}}
|
3
frontend-src/app/templates/notes.hbs
Normal file
3
frontend-src/app/templates/notes.hbs
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{page-title "Notes"}}
|
||||
<h2>Note wrapper</h2>
|
||||
{{outlet}}
|
4
frontend-src/app/templates/notes/index.hbs
Normal file
4
frontend-src/app/templates/notes/index.hbs
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{page-title "Index"}}
|
||||
|
||||
<h3>Note index</h3>
|
||||
{{outlet}}
|
4
frontend-src/app/templates/notes/note.hbs
Normal file
4
frontend-src/app/templates/notes/note.hbs
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{page-title "Note"}}
|
||||
|
||||
<h3>Note {{@model.title}}</h3>
|
||||
{{outlet}}
|
Loading…
Add table
Add a link
Reference in a new issue