diff options
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> |
