Merge pull request #3044 from thepeopleseason/member-modal-spacing

Member modal spacing fix's fix.
This commit is contained in:
Matteo Pagliazzi 2014-03-10 14:20:05 +01:00
commit b20ed298dd

View file

@ -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] }}