added description of display name and link to page to edit login name

This commit is contained in:
scribblypanda 2015-01-11 20:17:05 -05:00
parent 684c6a997d
commit 393ef6b1f4

View file

@ -213,6 +213,15 @@ script(id='partials/options.profile.profile.html', type='text/ng-template')
button.btn.btn-default(ng-click='_editing.profile = true', ng-show='!_editing.profile')= env.t('edit')
h4=env.t('displayName')
span(ng-show='profile.profile.name') {{profile.profile.name}}
p
small
=env.t('displayNameDescription1')
| 
a(href='https://habitrpg.com/#/options/settings/settings')=env.t('displayNameDescription2')
| 
=env.t('displayNameDescription3')
br
//span(ng-show='profile.profile.name') {{profile.profile.name}}
span.muted(ng-hide='profile.profile.name') - 
=env.t('none')
|  -