Updated navbar username display

pull/2/head
Sahat Yalkabov 2014-01-07 16:33:18 -05:00
parent b14eb88849
commit 1837f558cb
1 changed files with 1 additions and 1 deletions

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