added spacing for member modal

This commit is contained in:
James Hsiao
2014-03-02 09:32:24 -05:00
parent 02c283b628
commit a5cdbcc158
+3 -3
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')