mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-15 10:42:23 +00:00
display profile.stats.class in modal
This commit is contained in:
parent
585f736305
commit
c14e4c8fec
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ div(ng-controller='MemberModalCtrl')
|
|||
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)}} -
|
||||
h3 Stats
|
||||
.label.label-info {{profile.stats.class}}
|
||||
p.alert.alert-info Coming back soon!
|
||||
//-include ../profiles/stats
|
||||
.span6
|
||||
|
|
|
|||
Loading…
Reference in a new issue