diff --git a/login_view/index.handlebars b/login_view/index.handlebars new file mode 100644 index 0000000..0718bc9 --- /dev/null +++ b/login_view/index.handlebars @@ -0,0 +1,3 @@ +
+

Hi, Welcome to your dashboard. You are logged in

+
\ No newline at end of file diff --git a/login_view/layout/main.handlebars b/login_view/layout/main.handlebars new file mode 100644 index 0000000..ee12a19 --- /dev/null +++ b/login_view/layout/main.handlebars @@ -0,0 +1,50 @@ + + + + {{#if loggedin}} + Welcome {{username}} + {{else}} + NodeJS + {{/if}} + + + + + + + Good Game Login + + + + + + + + + {{{ body }}} + + + + \ No newline at end of file diff --git a/login_view/signup.handlebars b/login_view/signup.handlebars new file mode 100644 index 0000000..43d5843 --- /dev/null +++ b/login_view/signup.handlebars @@ -0,0 +1,23 @@ + + +

Welcome to Game-helper

+

Login Into Your Personal Account

+{{#if message}} +
+ {{#each loginUser}} +
+ +
+
+ {{password_validation "password" "" errors}} +
+
+
+ {{button "save" "Login"}} + {{/each}} +
+

No Account? Register

+ +