fixed emailChange message, displays properly on localhost

This commit is contained in:
scribblypanda
2015-01-11 13:18:00 -05:00
parent d560bacd32
commit 684c6a997d
+12 -5
View File
@@ -91,12 +91,19 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
p(ng-if='user.auth.facebook.id')
=env.t('registeredWithFb')
div(ng-if='user.auth.local.username')
=env.t('username'): {{user.auth.local.username}}
| 
=env.t('email)': {{user.auth.local.email}}
| 
p
=env.t('username')
|: {{user.auth.local.username}}
p
=env.t('email')
|: {{user.auth.local.email}}
p
small
=env.t('emailChange')
=env.t('emailChange1')
| 
a(href='emailto:admin@habitrpg.com' target='_blank')=env.t('emailChange2')
| 
=env.t('emailChange3')
hr
h5=env.t('changeUsername')
form(ng-submit='changeUsername(changeUser)', ng-show='user.auth.local')