mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
temporarily disable stats in party-member modals
This commit is contained in:
parent
41c80b9433
commit
6e3bb61f6e
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ div(ng-controller='MemberModalCtrl')
|
||||||
li(ng-show='profile.auth.timestamps.created') - Member since {{timestamp(profile.auth.timestamps.created)}} -
|
li(ng-show='profile.auth.timestamps.created') - Member since {{timestamp(profile.auth.timestamps.created)}} -
|
||||||
li(ng-show='profile.auth.timestamps.loggedin') - Last logged in {{timestamp(profile.auth.timestamps.loggedin)}} -
|
li(ng-show='profile.auth.timestamps.loggedin') - Last logged in {{timestamp(profile.auth.timestamps.loggedin)}} -
|
||||||
h3 Stats
|
h3 Stats
|
||||||
include ../profiles/stats
|
p.alert.alert-info Coming back soon!
|
||||||
|
//-include ../profiles/stats
|
||||||
.span6
|
.span6
|
||||||
include ../header/avatar
|
include ../header/avatar
|
||||||
h3 Achievements
|
h3 Achievements
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue