From 553e5d112f34c6be19b388fea110dcdceb7015bd Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Mon, 25 Jul 2016 02:59:23 -0400 Subject: Profile page hanging --- views/user_profile_alt.hbs | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index 871f73e..89680e9 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -172,9 +172,13 @@ col-sm-offset-0 col-md-offset-3 col-lg-offset-3 toppad prf-details"> +
+ + +
- +
@@ -195,14 +199,40 @@ col-sm-offset-0 col-md-offset-3 col-lg-offset-3 toppad prf-details"> {{# each inbox }} + {{ this.date }} - {{ this.message }} + {{ this.subject }} {{ this.sender }} + {{/each}} + + {{# each inbox}} + + {{/each}} {{ else }}

No Messages.

-- cgit v1.2.3