Good progress on styling post-registration form
This commit is contained in:
parent
8b03454d6f
commit
1fb924f59c
17 changed files with 234 additions and 85 deletions
|
@ -1,4 +1,2 @@
|
|||
{{page-title "FrontendReactive"}}
|
||||
|
||||
{{outlet}}{{!----}}
|
||||
{{!--<Timeline @notes={{@model.notes}} />--}}
|
||||
{{outlet}}
|
|
@ -1,2 +1,2 @@
|
|||
{{page-title "Auth"}}
|
||||
{{outlet}}
|
||||
<Auth::Login />
|
2
frontend-reactive/app/templates/index.hbs
Normal file
2
frontend-reactive/app/templates/index.hbs
Normal file
|
@ -0,0 +1,2 @@
|
|||
{{page-title "Index"}}
|
||||
<Timeline @notes={{@model.notes}} />
|
|
@ -1,4 +1,2 @@
|
|||
{{page-title "RegisterForm"}}
|
||||
<Auth::Login />
|
||||
<br>
|
||||
{{!--<Auth::PostRegistrationForm @username="bob" />--}}
|
||||
<Auth::PostRegistrationForm @username="bob" />
|
Loading…
Add table
Add a link
Reference in a new issue