mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Adjusted some spacing and line breaks
This commit is contained in:
parent
801a5a957a
commit
ad612a9c36
1 changed files with 5 additions and 8 deletions
|
|
@ -88,12 +88,10 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
|||
.panel-heading
|
||||
span Registration
|
||||
.panel-body
|
||||
p(ng-if='user.auth.facebook.id')
|
||||
=env.t('registeredWithFb')
|
||||
p(ng-if='user.auth.facebook.id')=env.t('registeredWithFb')
|
||||
div(ng-if='user.auth.local.username')
|
||||
p
|
||||
=env.t('username')
|
||||
|: {{user.auth.local.username}}
|
||||
p=env.t('username')
|
||||
|: {{user.auth.local.username}}
|
||||
p
|
||||
small.muted
|
||||
=env.t('loginNameDescription1')
|
||||
|
|
@ -101,9 +99,8 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
|||
a(href='/#/options/profile/profile')=env.t('loginNameDescription2')
|
||||
|
|
||||
=env.t('loginNameDescription3')
|
||||
p
|
||||
=env.t('email')
|
||||
|: {{user.auth.local.email}}
|
||||
p=env.t('email')
|
||||
|: {{user.auth.local.email}}
|
||||
p
|
||||
small.muted
|
||||
=env.t('emailChange1')
|
||||
|
|
|
|||
Loading…
Reference in a new issue