mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 19:24:15 +00:00
Merge pull request #3044 from thepeopleseason/member-modal-spacing
Member modal spacing fix's fix.
This commit is contained in:
commit
b20ed298dd
1 changed files with 4 additions and 2 deletions
|
|
@ -13,11 +13,13 @@ script(type='text/ng-template', id='modals/member.html')
|
|||
li {{profile._id}}
|
||||
li(ng-show='profile.auth.timestamps.created')
|
||||
|
|
||||
=env.t('memberSince') + ' '
|
||||
=env.t('memberSince')
|
||||
|
|
||||
| {{timestamp(profile.auth.timestamps.created)}} -
|
||||
li(ng-show='profile.auth.timestamps.loggedin')
|
||||
|
|
||||
=env.t('lastLoggedIn') + ' '
|
||||
=env.t('lastLoggedIn')
|
||||
|
|
||||
| {{timestamp(profile.auth.timestamps.loggedin)}} -
|
||||
h3=env.t('stats')
|
||||
.label.label-info {{ {warrior:'Warrior',wizard:'Mage',healer:'Healer',rogue:'Rogue'}[profile.stats.class] }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue