diff options
| author | HumairAK <humair88@hotmail.com> | 2016-08-28 05:02:30 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-08-28 05:02:30 +0000 |
| commit | 6df2f0243b44540593cb8a05c5c211b8b22dbff1 (patch) | |
| tree | b0b3b8ef68bef051b92c473a0d5e241b7160b12c /views | |
| parent | 86ca8165abd5a305b27a95525182e25911b6626f (diff) | |
Finished most of user profile comment history
Diffstat (limited to 'views')
| -rw-r--r-- | views/user_profile_alt.hbs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index f04d094..bb6ca79 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -119,7 +119,9 @@ <h4>Comments </h4> <hr> - <p>[PlaceHolder]</p> + <div id="u-comment-container"></div> + <div id="u-comment-page-number"></div> + <div id="u-comment-pager"></div> </section> <!-- Inbox page --> @@ -144,8 +146,8 @@ {{ else }} <h3>No Messages.</h3> {{/if}} - <div id="u-pageNumber"></div> - <div id="u-pager"></div> + <div id="u-inbox-page-number"></div> + <div id="u-inbox-pager"></div> </section> |
