diff --git a/views/partials/navigation.jade b/views/partials/navigation.jade index 60ba52ab15..e66fc55f87 100644 --- a/views/partials/navigation.jade +++ b/views/partials/navigation.jade @@ -25,7 +25,7 @@ li.dropdown(class=title=='Account Management'?'active':undefined) a.dropdown-toggle(href='#', data-toggle='dropdown') if user.profile.picture - img(src='#{user.profile.picture}') + img.profile-image(src='#{user.profile.picture}') | #{user.profile.name || user.id}  i.caret ul.dropdown-menu