Added .profile-image class to an image in navbar to make it more explicit and easier to style
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
li.dropdown(class=title=='Account Management'?'active':undefined)
|
li.dropdown(class=title=='Account Management'?'active':undefined)
|
||||||
a.dropdown-toggle(href='#', data-toggle='dropdown')
|
a.dropdown-toggle(href='#', data-toggle='dropdown')
|
||||||
if user.profile.picture
|
if user.profile.picture
|
||||||
img(src='#{user.profile.picture}')
|
img.profile-image(src='#{user.profile.picture}')
|
||||||
| #{user.profile.name || user.id}
|
| #{user.profile.name || user.id}
|
||||||
i.caret
|
i.caret
|
||||||
ul.dropdown-menu
|
ul.dropdown-menu
|
||||||
|
Reference in New Issue
Block a user