Added .profile-image class to an image in navbar to make it more explicit and easier to style

pull/2/head
Sahat Yalkabov 2014-01-28 22:49:23 -05:00
parent fcb41838b8
commit 471f53f28b
1 changed files with 1 additions and 1 deletions

View File

@ -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