mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
contrib: show profile._id in modal so admins can assign contrib status
This commit is contained in:
parent
a886c178b2
commit
7fe4f31a16
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ div(ng-controller='MemberModalCtrl')
|
|||
li(ng-repeat='website in profile.profile.websites')
|
||||
a(href='{{website}}', target='_blank') {{website}}
|
||||
ul.muted.unstyled(ng-if='profile.auth.timestamps', style='margin-top:10px;')
|
||||
li {{profile._id}}
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue