diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-27 00:18:34 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-27 00:18:34 +0000 |
| commit | 25706820837bd05cdc3b186eb1d5ebabf9688a61 (patch) | |
| tree | afbc83b902d3f0789d5174bd2e2798937ab57b26 /views | |
| parent | 38594fd274a4bebee75ae71dbed457b39d253cae (diff) | |
| parent | 714368c049f8749ed22c6d1d07bb3adc783dc349 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'views')
| -rw-r--r-- | views/user_profile_alt.hbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index 4d8fd8b..72baa86 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -259,7 +259,7 @@ </div> <div class="row" id="profile-comments"> - {{# if comments.length }} + {{# if user.comment_list.length }} <h3>Comment History</h3> <div class="col-sm-10 col-sm-offset-1 prf-tables"> <table class="table"> @@ -271,7 +271,7 @@ </tr> </thead> <tbody> - {{# each comments }} + {{# each user.comment_list }} <tr> <td>{{ this.date }}</td> <td>{{ this.comment }}</td> |
