From 83f233a7fe270dc77893c2df590b2e28ba30fc41 Mon Sep 17 00:00:00 2001 From: HumairAK Date: Sat, 27 Aug 2016 15:43:07 -0400 Subject: Added more inbox functionality for paging --- views/user_profile_alt.hbs | 42 +++++------------------------------------- 1 file changed, 5 insertions(+), 37 deletions(-) (limited to 'views') diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index 8cc45b8..f04d094 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -125,10 +125,10 @@

Inbox

-
+
{{# if inbox }} -
+
@@ -137,47 +137,15 @@ - - {{# each inbox }} - - - - - - {{/each}} +
Sender
{{ this.date }}{{ this.subject }}{{ this.sender }}
- - - - {{# each inbox}} - - {{/each}}
{{ else }}

No Messages.

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