diff options
| author | HumairAK <humair88@hotmail.com> | 2016-08-26 07:30:05 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-08-26 07:30:05 +0000 |
| commit | 7deb83c56e680769ccc72527d719dbc411c20469 (patch) | |
| tree | 31946e8abebba07528432632ef6b853506e288fc /views/user_profile_alt.hbs | |
| parent | b1b2a1b16961d75fe92cac2d829fab829e4cf060 (diff) | |
added mail receiver function, need to add script client side to fill inbox for user profile
Diffstat (limited to 'views/user_profile_alt.hbs')
| -rw-r--r-- | views/user_profile_alt.hbs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index 5c797d7..8ca5597 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -122,6 +122,7 @@ <p>[PlaceHolder]</p> </section> + <!-- Inbox page --> <section class="u-profile" id="profile-inbox"> <h4>Inbox </h4> @@ -132,13 +133,6 @@ </article> - - - - <!-- Pages --> - - - </div> </div> |
