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

Member modal spacing
This commit is contained in:
Tyler Renelle 2014-03-09 16:48:55 -06:00
commit 7dcc9e29ea

View file

@ -13,11 +13,11 @@ 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] }}
@ -27,4 +27,4 @@ script(type='text/ng-template', id='modals/member.html')
h3 Achievements
include ../profiles/achievements
.modal-footer
button.btn.btn-default(ng-click='$close()')=env.t('ok')
button.btn.btn-default(ng-click='$close()')=env.t('ok')