From 17a4b5f57e0223b211ab8ff601e587920e6e1bef Mon Sep 17 00:00:00 2001 From: HumairAK Date: Fri, 26 Aug 2016 19:10:20 -0400 Subject: added some user profile inbox functionality --- views/user_profile_alt.hbs | 52 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index 8ca5597..8cc45b8 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -127,7 +127,57 @@

Inbox


-

[PlaceHolder]

+ {{# if inbox }} +
+ + + + + + + + + + {{# each inbox }} + + + + + + {{/each}} + +
DateSubjectSender
{{ this.date }}{{ this.subject }}{{ this.sender }}
+ + + + {{# each inbox}} + + {{/each}} +
+ {{ else }} +

No Messages.

+ {{/if}} -- cgit v1.2.3