Refactoring

pull/2/head
Sahat Yalkabov 2013-12-11 22:22:19 -05:00
parent ca70233443
commit 46ae48c46f
2 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,7 @@ body {
//
// TODO: Refactor
//
.user .picture {
.navbar-nav img {
width: 40px;
height: 40px;
margin: -10px 0 -10px 0;

View File

@ -45,7 +45,7 @@ html
li(class=title=='Create Account'?'active':undefined)
a(href='/signup') Create Account
else
li.user(class=title=='Account Management'?'active':undefined)
li(class=title=='Account Management'?'active':undefined)
a(href='/account')
if user.profile.picture
img(src='#{user.profile.picture}')