Adjusted some spacing and line breaks

This commit is contained in:
Blade Barringer 2015-01-18 15:38:16 -06:00
parent 4a5fe1867d
commit cdad6e36da

View file

@ -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')