diff --git a/server/views/partials/navbar.jade b/server/views/partials/navbar.jade index 8d310d8846..a306151639 100644 --- a/server/views/partials/navbar.jade +++ b/server/views/partials/navbar.jade @@ -21,15 +21,7 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height a.btn.signup-btn.signup-btn-nav(href='/login') Sign in else li - if (user.username) - a(href='/' + user.username) [ #{user.progressTimestamps.length} ] - - else - a(href='/account') [ #{user.progressTimestamps.length} ] + a(href='/account') [ #{user.progressTimestamps.length} ] .hidden-xs.hidden-sm - if (user.username) - a(href='/' + user.username) - img.profile-picture.float-right(src='#{user.picture}') - else - a(href='/account') - img.profile-picture.float-right(src='#{user.picture}') + a(href='/account') + img.profile-picture.float-right(src='#{user.picture}')