From a532390f81e35f611fd02ad3d543f4d52217ca3c Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Sun, 14 Aug 2016 06:13:55 -0400 Subject: Fixed signin and signup --- views/partials/header.hbs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'views/partials/header.hbs') diff --git a/views/partials/header.hbs b/views/partials/header.hbs index 8931204..57db052 100644 --- a/views/partials/header.hbs +++ b/views/partials/header.hbs @@ -114,11 +114,7 @@ {{# if login }} {{# if user.email }} - {{# if user.login_info}}
  • Profile Page
  • - {{else}} -
  • Sign In
  • - {{/if}} {{else}}
  • Admin Panel
  • {{/if}} @@ -128,14 +124,7 @@ {{# if login }} - {{# if user.login_info}}
  • Logout
  • - {{else if user.email}} -
  • Sign up
  • - {{ else }} -
  • Logout
  • - - {{/if}} {{ else }}
  • Sign up
  • {{/if}} -- cgit v1.2.3