fixed  /space issue

This commit is contained in:
James Hsiao 2014-03-09 21:29:32 -04:00
parent 4814f479a4
commit f192e2df39

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