(Feat): Menu should show username on sm screens

(Feat): Menu should show username on sm screens

(Feat): Menu should show username on sm screens

(Feat): Menu should show username on sm screens
This commit is contained in:
Adegbuyi Ademola
2016-09-24 19:46:03 +01:00
parent 23b0ee7aef
commit 5cbe98c3eb
3 changed files with 12 additions and 7 deletions

View File

@@ -24,7 +24,9 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
a(href='/signup') Sign Up
else
li.avatar-points
a(href='/settings')
span.brownie-points-nav [ #{user.points} ]
span.hidden-xs.hidden-sm.avatar
img.profile-picture.float-right(src='#{user.picture}')
a(href='/settings')
span.brownie-points-nav
span.hidden-md.hidden-lg #{user.username}
span.brownie-points [ #{user.points} ]
span.hidden-xs.hidden-sm.avatar
img.profile-picture.float-right(src='#{user.picture}')