Replaced flat-ui.min.css with LESS version from Bootswatch, plus other css fixes
This commit is contained in:
@@ -31,6 +31,7 @@ block content
|
||||
input(checked=user.profile.gender=='female', name='gender', type='radio', value='female')
|
||||
span Female
|
||||
.form-group
|
||||
// TODO: differentiate between username as email
|
||||
label.col-sm-2.control-label(for='email') Email
|
||||
.col-sm-4
|
||||
input.form-control(type='email', name='email', id='email', value='#{user.profile.email}')
|
||||
|
@@ -50,7 +50,7 @@ html
|
||||
a(href='/account')
|
||||
if user.profile.picture
|
||||
img(src='#{user.profile.picture}')
|
||||
= user.profile.name || user.username || user.id
|
||||
= user.username || user.profile.name || user.id
|
||||
li
|
||||
a(href='/logout') Logout
|
||||
.container
|
||||
|
Reference in New Issue
Block a user