mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
applied .muted to text so less cluttered looking
This commit is contained in:
parent
b978852e11
commit
1c151f57c2
2 changed files with 18 additions and 21 deletions
|
|
@ -214,14 +214,12 @@ script(id='partials/options.profile.profile.html', type='text/ng-template')
|
|||
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}}
|
||||
small.muted
|
||||
=env.t('displayNameDescription1')
|
||||
|
|
||||
a(href='https://habitrpg.com/#/options/settings/settings')=env.t('displayNameDescription2')
|
||||
|
|
||||
=env.t('displayNameDescription3')
|
||||
span.muted(ng-hide='profile.profile.name') -
|
||||
=env.t('none')
|
||||
| -
|
||||
|
|
|
|||
|
|
@ -95,23 +95,22 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
|||
=env.t('username')
|
||||
|: {{user.auth.local.username}}
|
||||
p
|
||||
small
|
||||
=env.t('loginNameDescription1')
|
||||
|
|
||||
a(href='https://habitrpg.com/#/options/profile/profile')=env.t('loginNameDescription2')
|
||||
|
|
||||
=env.t('loginNameDescription3')
|
||||
br
|
||||
small.muted
|
||||
=env.t('loginNameDescription1')
|
||||
|
|
||||
a(href='https://habitrpg.com/#/options/profile/profile')=env.t('loginNameDescription2')
|
||||
|
|
||||
=env.t('loginNameDescription3')
|
||||
p
|
||||
=env.t('email')
|
||||
|: {{user.auth.local.email}}
|
||||
p
|
||||
small
|
||||
=env.t('emailChange1')
|
||||
|
|
||||
a(href='emailto:admin@habitrpg.com' target='_blank')=env.t('emailChange2')
|
||||
|
|
||||
=env.t('emailChange3')
|
||||
small.muted
|
||||
=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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue