From bca90452150c6a128f88765d04481a0235059af3 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Mon, 25 Jul 2016 07:02:14 -0400 Subject: need pull" --- views/user_profile_alt.hbs | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'views') diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index 30153d1..c97c77c 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -153,7 +153,6 @@ col-sm-offset-0 col-md-offset-3 col-lg-offset-3 toppad prf-details">
-

Send Message

{{# if messages.success }}
@@ -166,6 +165,8 @@ col-sm-offset-0 col-md-offset-3 col-lg-offset-3 toppad prf-details">
{{/if}} {{/if}} +

Send Message

+
@@ -189,7 +190,22 @@ col-sm-offset-0 col-md-offset-3 col-lg-offset-3 toppad prf-details"> {{# if inbox }}

Inbox

- +
+
+
Date
+
Subject
+
Sender
+
+ {{# each inbox }} + +
{{ this.date }}
+
{{ this.subject }}
+
{{ this.sender }}
+
+ {{/each}} +
+ + {{# each inbox}}