Adjusted some spacing and line breaks
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user