diff options
author | Marko Pušnik <marko.pusnik@guru.si> | 2015-10-12 18:23:33 +0200 |
---|---|---|
committer | Marko Pušnik <marko.pusnik@guru.si> | 2015-10-12 18:23:33 +0200 |
commit | f862dbbb936c003e0f6ce28ae0062428db30b8e5 (patch) | |
tree | 8ae8cf49ee279cc552d25b1ec8f9ff3f7af1e421 /index.html | |
parent | 05fc111e65c93cc8f33051f0c0a8084a5c5debf1 (diff) |
show basic user statistics on profile page
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -289,6 +289,10 @@ <li class="list-group-item text-right"><span class="pull-left"><strong>Last seen</strong></span><span id="profileLastLogin">1 hour ago</span></li> </ul> </div> + <div class="panel panel-default"> + <div class="panel-heading">Statistics</div> + <table id="table1" class="table table-bordered table-striped small"></table> + </div> </div><!--/col-12--> </div><!--row--> </div><!--container--> |