3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

placeholder deserves img-polaroid too

This commit is contained in:
Thomas Menari 2013-01-24 23:26:23 +00:00
parent b0db605174
commit 1c0e258c58

View File

@ -53,7 +53,7 @@ block content
if profile.avatar if profile.avatar
img.profile_avatar.img-polaroid(src="#{profile.avatar}") img.profile_avatar.img-polaroid(src="#{profile.avatar}")
else else
img.profile_avatar(src="http://placehold.it/270x180&text=Hello,%20World") img.profile_avatar.img-polaroid(src="http://placehold.it/270x180&text=Hello,%20World")
div.span9 div.span9
h4 Bio h4 Bio
p #{profile.bio} p #{profile.bio}