Fix(nav): Avatar/points should always lead to settings
This commit is contained in:
@ -24,7 +24,7 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
|
||||
a(href='/signin') Sign in
|
||||
else
|
||||
li.brownie-points-nav
|
||||
a(href='/' + user.username) [ #{user.points} ]
|
||||
a(href='/settings') [ #{user.points} ]
|
||||
li.hidden-xs.hidden-sm.avatar
|
||||
a(href='/' + user.username)
|
||||
a(href='/settings')
|
||||
img.profile-picture.float-right(src='#{user.picture}')
|
||||
|
Reference in New Issue
Block a user