Updated navbar username display

This commit is contained in:
Sahat Yalkabov
2014-01-07 16:33:18 -05:00
parent b14eb88849
commit 1837f558cb

View File

@ -46,7 +46,7 @@ html
a(href='/account')
if user.profile.picture
img(src='#{user.profile.picture}')
= user.username || user.profile.name || user.id
= user.profile.name || user.id
li
a(href='/logout') Logout
.container