From 3438e19cea85ae530afd1535fe0384a8beebec90 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Fri, 22 Jul 2016 20:30:27 -0400 Subject: Fixed minor issue --- views/signin.hbs | 2 +- views/signup.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/signin.hbs b/views/signin.hbs index 81d0f81..44425f3 100644 --- a/views/signin.hbs +++ b/views/signin.hbs @@ -34,7 +34,7 @@ - + diff --git a/views/signup.hbs b/views/signup.hbs index 463e347..54464e1 100644 --- a/views/signup.hbs +++ b/views/signup.hbs @@ -62,7 +62,7 @@ - + -- cgit v1.2.3 From 218b2c014b1ab68ee8289210820d7b6b742bceef Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Fri, 22 Jul 2016 23:58:19 -0400 Subject: Populated user info into user_profile.hbs --- views/user_profile_alt.hbs | 97 +++++++++++++++++++++------------------------- 1 file changed, 44 insertions(+), 53 deletions(-) (limited to 'views') diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index 8b102b8..413fd0f 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -32,7 +32,7 @@
-

Walter White

+

{{ user.f_name }} {{ user.l_name }}

@@ -47,78 +47,69 @@ - - + + + {{# if user.university }} + + + + + {{/if}} + {{# if user.department }} - + + {{/if}} - + - + - - - - - - - - - + + {{# if user.phone_num}} + + + + + {{/if}}
Univeristy:U of TEmail:{{ user.email }}
University:{{ user.university }}
Department:CS{{ user.department }}
Answered:50{{ user.answered }}
Messages:25{{ user.messages }}
Comments:100
Email:info@support.com
Phone Number:111-111-1111(Mobile){{ user.comments }}
Phone Number:{{ user.phone_num }}
-

You are following:

-
- - - - - + {{# if user.followers }} +

You are being followed by:

+
+
- avatar - -

The Dude

-

3 comments

-
+ + {{# each user.followers}} + + + - - - - - - - - - - - -
+ avatar + +

The Dude

+

3 comments

+
- avatar - -

He-Man

-

20 comments

-
- avatar - -

Lady Lips

-

56 comments

-
-
+ + {{/each}} + + +
+ {{ else }} +

You do not have any followers.

+ {{/if}}

Friends

-- cgit v1.2.3